Skip to content

Commit f9cf6f9

Browse files
committed
add google ads
1 parent 0704f0d commit f9cf6f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pages/_app.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ export default function App({ Component, pageProps }: AppProps): ReactElement {
1212
return (<>
1313
<Head>
1414
<meta name="saashub-verification" content="zm6rcf35ll2n" />
15+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4907197973761221"
16+
crossOrigin="anonymous"></script>
1517
</Head>
1618

1719
{/* Google tag (gtag.js) */}

0 commit comments

Comments
 (0)