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 eeb012d + 8be165f commit 75aa20fCopy full SHA for 75aa20f
public/index.html
@@ -25,6 +25,17 @@
25
Learn how to configure a non-root public URL by running `npm run build`.
26
-->
27
<title>TJ Klint</title>
28
+
29
+ <!-- Google tag (gtag.js) -->
30
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-T9VNL9BWHN"></script>
31
+ <script>
32
+ window.dataLayer = window.dataLayer || [];
33
+ function gtag(){dataLayer.push(arguments);}
34
+ gtag('js', new Date());
35
36
+ gtag('config', 'G-T9VNL9BWHN');
37
+ </script>
38
39
</head>
40
<body>
41
<noscript>You need to enable JavaScript to run this app.</noscript>
0 commit comments