diff --git a/pages/updates/+onBeforeRender.js b/pages/updates/+onBeforeRender.js index 7a15a6b..35fc367 100644 --- a/pages/updates/+onBeforeRender.js +++ b/pages/updates/+onBeforeRender.js @@ -21,7 +21,7 @@ export async function onBeforeRender(pageContext) { dedupe: true, }, pageContext.user), getRandomCampaigns([ - { minRatio: 1.5 }, + { minRatio: 2.0, maxRatio: 5 }, { minRatio: 0.75, maxRatio: 1.25 }, { minRatio: 1.5 }, ], { tagFilter: pageContext.tagFilter }), diff --git a/static b/static index 390681c..a24825b 160000 --- a/static +++ b/static @@ -1 +1 @@ -Subproject commit 390681c7b13ebf2701757804a09a788f2ad9f712 +Subproject commit a24825ba1042dabfc488e72e934f08f9f4629000