We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6dfa86e + 6457ad5 commit e9d8329Copy full SHA for e9d8329
pages/_document.tsx
@@ -20,7 +20,10 @@ class MyDocument extends Document {
20
<Html lang="en">
21
<Head>
22
<link href="/favicon.ico" rel="icon" />
23
- <meta name="google-site-verification" content="l7VjaJvG_OgqxbCyZDDtk_ykMcPXyqwTSoWnf94hGQk" />
+ <meta
24
+ content="l7VjaJvG_OgqxbCyZDDtk_ykMcPXyqwTSoWnf94hGQk"
25
+ name="google-site-verification"
26
+ />
27
<script
28
async
29
src={`https://www.googletagmanager.com/gtag/js?id=${GA_TRACKING_ID}`}
@@ -37,6 +40,10 @@ class MyDocument extends Document {
37
40
`,
38
41
}}
39
42
/>
43
+ <script
44
+ async
45
+ src="https://promo.datacamp.com/banner.js?variant=rdocs"
46
47
</Head>
48
<body>
49
<Main />
0 commit comments