chore: update gtag

This commit is contained in:
Miki Lombardi
2024-12-04 15:54:58 +00:00
parent 959b3138c1
commit 035bd0f084

View File

@@ -59,19 +59,14 @@
<div id="app"></div>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-175469686-1"
></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-X2EQ73KZ03"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag("config", "UA-175469686-1");
gtag('config', 'G-X2EQ73KZ03');
</script>
<!-- built files will be auto injected -->