Skip to content

Commit

Permalink
chore: add promo banner
Browse files Browse the repository at this point in the history
  • Loading branch information
ztsorojev committed Dec 8, 2022
1 parent 6dfa86e commit 6457ad5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ class MyDocument extends Document {
<Html lang="en">
<Head>
<link href="/favicon.ico" rel="icon" />
<meta name="google-site-verification" content="l7VjaJvG_OgqxbCyZDDtk_ykMcPXyqwTSoWnf94hGQk" />
<meta
content="l7VjaJvG_OgqxbCyZDDtk_ykMcPXyqwTSoWnf94hGQk"
name="google-site-verification"
/>
<script
async
src={`https://www.googletagmanager.com/gtag/js?id=${GA_TRACKING_ID}`}
Expand All @@ -37,6 +40,10 @@ class MyDocument extends Document {
`,
}}
/>
<script
async
src="https://promo.datacamp.com/banner.js?variant=rdocs"
/>
</Head>
<body>
<Main />
Expand Down

0 comments on commit 6457ad5

Please sign in to comment.