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 9a75175 + 62cf147 commit 6ba58bdCopy full SHA for 6ba58bd
index.html
@@ -47,15 +47,14 @@
47
</head>
48
<body>
49
<div id="app"></div>
50
- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-72434206-1"></script>
+ <!-- Google tag (gtag.js) -->
51
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-QSPTT7WK79"></script>
52
<script>
53
window.dataLayer = window.dataLayer || [];
- function gtag() {
54
- dataLayer.push(arguments);
55
- }
+ function gtag(){dataLayer.push(arguments);}
56
gtag('js', new Date());
57
58
- gtag('config', 'UA-72434206-1');
+ gtag('config', 'G-QSPTT7WK79');
59
</script>
60
<script type="module" src="/src/app.js"></script>
61
</body>
0 commit comments