From 1bb83481d647e96350390af414b751451c9f4d06 Mon Sep 17 00:00:00 2001 From: Chris Bongers Date: Thu, 20 Nov 2025 15:28:23 +0200 Subject: [PATCH] feat: new ad props --- src/routes/localAds.ts | 44 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/src/routes/localAds.ts b/src/routes/localAds.ts index 556458349a..d4c606f520 100644 --- a/src/routes/localAds.ts +++ b/src/routes/localAds.ts @@ -16,6 +16,17 @@ const ads = [ placeholder: '', ratio: 2, backgroundColor: '#fff', + matchingTags: [ + 'cicd', + 'devtools', + 'automation', + 'kubernetes', + 'infrastructure', + 'sre', + 'docker', + 'observability', + ], + adDomain: 'getstream.io', }, { tagLine: 'Ready to take your app to the next level?', @@ -30,6 +41,17 @@ const ads = [ pixel: [], referralLink: 'https://daily.dev', backgroundColor: '#fff', + matchingTags: [ + 'cicd', + 'devtools', + 'automation', + 'kubernetes', + 'infrastructure', + 'sre', + 'docker', + 'observability', + ], + adDomain: 'getstream.io', }, { tagLine: 'Ready to take your app to the next level?', @@ -45,6 +67,17 @@ const ads = [ placeholder: '', ratio: 2, backgroundColor: '#fff', + matchingTags: [ + 'cicd', + 'devtools', + 'automation', + 'kubernetes', + 'infrastructure', + 'sre', + 'docker', + 'observability', + ], + adDomain: 'getstream.io', }, { tagLine: 'Ready to take your app to the next level?', @@ -59,6 +92,17 @@ const ads = [ pixel: [], referralLink: 'https://daily.dev', backgroundColor: '#fff', + matchingTags: [ + 'cicd', + 'devtools', + 'automation', + 'kubernetes', + 'infrastructure', + 'sre', + 'docker', + 'observability', + ], + adDomain: 'getstream.io', }, ];