From cf6ab6ae1607b7075d0c16d9743e734467f8052f Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Sat, 22 Jun 2024 09:03:26 +0200 Subject: [PATCH] fewer internal banners --- components/AdPlaceholder.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/AdPlaceholder.vue b/components/AdPlaceholder.vue index 18ae1c8ef..3e71cd396 100644 --- a/components/AdPlaceholder.vue +++ b/components/AdPlaceholder.vue @@ -90,7 +90,7 @@ export default { (this.adsInternal[this.currentKey] || adPlaceholders[this.currentKey]); }, adConfig() { - if (!this.externalAdsEnabled && Math.random() < 0.3) { + if (!this.externalAdsEnabled && Math.random() < 0.9) { return { active: false }; }