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.
1 parent 1164684 commit a4a76ecCopy full SHA for a4a76ec
index.html
@@ -8,5 +8,14 @@
8
<body>
9
<div id="root"></div>
10
<script type="module" src="/src/main.jsx"></script>
11
+ <!-- Google tag (gtag.js) -->
12
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-L9RW3X29KB"></script>
13
+ <script>
14
+ window.dataLayer = window.dataLayer || [];
15
+ function gtag(){dataLayer.push(arguments);}
16
+ gtag('js', new Date());
17
+
18
+ gtag('config', 'G-L9RW3X29KB');
19
+ </script>
20
</body>
21
</html>
0 commit comments