Skip to content

Commit 1428135

Browse files
authored
feat: new ad props (#3294)
1 parent 4498d59 commit 1428135

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

src/routes/localAds.ts

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@ const ads = [
1616
placeholder: '',
1717
ratio: 2,
1818
backgroundColor: '#fff',
19+
matchingTags: [
20+
'cicd',
21+
'devtools',
22+
'automation',
23+
'kubernetes',
24+
'infrastructure',
25+
'sre',
26+
'docker',
27+
'observability',
28+
],
29+
adDomain: 'getstream.io',
1930
},
2031
{
2132
tagLine: 'Ready to take your app to the next level?',
@@ -30,6 +41,17 @@ const ads = [
3041
pixel: [],
3142
referralLink: 'https://daily.dev',
3243
backgroundColor: '#fff',
44+
matchingTags: [
45+
'cicd',
46+
'devtools',
47+
'automation',
48+
'kubernetes',
49+
'infrastructure',
50+
'sre',
51+
'docker',
52+
'observability',
53+
],
54+
adDomain: 'getstream.io',
3355
},
3456
{
3557
tagLine: 'Ready to take your app to the next level?',
@@ -45,6 +67,17 @@ const ads = [
4567
placeholder: '',
4668
ratio: 2,
4769
backgroundColor: '#fff',
70+
matchingTags: [
71+
'cicd',
72+
'devtools',
73+
'automation',
74+
'kubernetes',
75+
'infrastructure',
76+
'sre',
77+
'docker',
78+
'observability',
79+
],
80+
adDomain: 'getstream.io',
4881
},
4982
{
5083
tagLine: 'Ready to take your app to the next level?',
@@ -59,6 +92,17 @@ const ads = [
5992
pixel: [],
6093
referralLink: 'https://daily.dev',
6194
backgroundColor: '#fff',
95+
matchingTags: [
96+
'cicd',
97+
'devtools',
98+
'automation',
99+
'kubernetes',
100+
'infrastructure',
101+
'sre',
102+
'docker',
103+
'observability',
104+
],
105+
adDomain: 'getstream.io',
62106
},
63107
];
64108

0 commit comments

Comments
 (0)