Skip to content

Commit

Permalink
feat: add Google AdSense script to document head for ad integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-lcs committed Jan 19, 2025
1 parent 884ea57 commit 14628d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ class MyDocument extends Document {
<meta name="msapplication-TileColor" content="#000000" />
<meta name="theme-color" content="#000000" />
<link rel="alternate" type="application/rss+xml" href="/feed.xml" />
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7669803939408201"
crossorigin="anonymous"
></script>
</Head>
<body className="bg-white text-black antialiased dark:bg-gray-900 dark:text-white">
<Main />
Expand Down

0 comments on commit 14628d9

Please sign in to comment.