Skip to content

Commit

Permalink
SFM-949: Add google ads script
Browse files Browse the repository at this point in the history
  • Loading branch information
trollfred committed Dec 3, 2024
1 parent d791ccd commit 0b056c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ const App = ({
<meta property="og:type" content="website" />
<meta property="twitter:site" content="@spotistats" />
<meta property="twitter:creator" content="@spotistats" />
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6037791262117379" crossorigin="anonymous"></script>
{/* {isProd && <Smartlook />} */}
{showOgp && <Ogp />}
</Head>
Expand Down

0 comments on commit 0b056c8

Please sign in to comment.