Skip to content

Commit 11663d0

Browse files
committed
adsense authentication
1 parent a891e43 commit 11663d0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

frontend/src/pages/_app.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ function App({ Component, pageProps }: AppProps) {
1919
gtag('config', 'UA-116967778-8');`,
2020
}}
2121
></script>
22+
{/* adsens */}
23+
<script
24+
data-ad-client="ca-pub-7134126650568891"
25+
async
26+
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"
27+
></script>
28+
{/* adsense end */}
2229
<link rel="icon" href="/favicon.ico" />
2330
<meta name="viewport" content="width=device-width, initial-scale=1" />
2431
<meta name="description" content="Generate pairwise testcases online" />

0 commit comments

Comments
 (0)