Skip to content

Commit 344b7dd

Browse files
committed
add adsense script for cmp
Signed-off-by: rishichawda <[email protected]>
1 parent 4da5324 commit 344b7dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/seo.astro

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ const canonicalURL = new URL(
3030
<meta name="twitter:card" content="summary_large_image" />
3131
<meta name="twitter:image" content={image} />
3232

33+
<script
34+
async
35+
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3355551817579937"
36+
crossorigin="anonymous"
37+
></script>
38+
3339
<Schema
3440
item={{
3541
"@context": "https://schema.org",

0 commit comments

Comments
 (0)