Skip to content

Commit

Permalink
Merge pull request #12 from shadowmere-xyz/add-adsense
Browse files Browse the repository at this point in the history
Add adsense script
  • Loading branch information
jadolg authored Sep 22, 2024
2 parents 3a043bf + 837e064 commit a8ffc5b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ export default function Document() {
return (
<Html lang="en">
<Head>
<Script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5397268423562454"
crossOrigin="anonymous"
strategy="afterInteractive"
/>
<Script
strategy="beforeInteractive"
src="https://www.termsfeed.com/public/cookie-consent/4.1.0/cookie-consent.js"
Expand Down

0 comments on commit a8ffc5b

Please sign in to comment.