Skip to content

Commit

Permalink
add adsence head tag
Browse files Browse the repository at this point in the history
  • Loading branch information
juliencrn committed Sep 10, 2022
1 parent 2dc20df commit d72e365
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion site/src/components/seo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,13 @@ const SEO: FC<SEOProps> = ({
content: metaDescription,
},
].concat(meta)}
/>
>
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5817566022458684"
crossOrigin="anonymous"
></script>
</Helmet>
)
}

Expand Down

0 comments on commit d72e365

Please sign in to comment.