Skip to content

Commit

Permalink
chore: adsense 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRonz committed Oct 9, 2022
1 parent 9b37061 commit 1919359
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ class MyDocument extends Document {
render() {
return (
<Html lang='en'>
<Head />
<Head>
<script
async
src='https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9742468121011715'
crossOrigin='anonymous'
></script>
</Head>
<body>
<Main />
<NextScript />
Expand Down

0 comments on commit 1919359

Please sign in to comment.