Skip to content

Commit 1f40ff7

Browse files
authored
Merge pull request #117 from datacamp/bb/google-search-console
chore: add gsc meta tag for verification
2 parents 8cda8ce + 547aa5a commit 1f40ff7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/_document.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class MyDocument extends Document {
2020
<Html lang="en">
2121
<Head>
2222
<link href="/favicon.ico" rel="icon" />
23+
<meta name="google-site-verification" content="l7VjaJvG_OgqxbCyZDDtk_ykMcPXyqwTSoWnf94hGQk" />
2324
<script
2425
async
2526
src={`https://www.googletagmanager.com/gtag/js?id=${GA_TRACKING_ID}`}

0 commit comments

Comments
 (0)