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 3320e42 commit 6617d5eCopy full SHA for 6617d5e
index.html
@@ -83,7 +83,15 @@
83
</script>
84
<!-- End Single Page Apps for GitHub Pages -->
85
</head>
86
+<!-- Google tag (gtag.js) -->
87
+<script async src="https://www.googletagmanager.com/gtag/js?id=AW-17375373403"></script>
88
+<script>
89
+ window.dataLayer = window.dataLayer || [];
90
+ function gtag(){dataLayer.push(arguments);}
91
+ gtag('js', new Date());
92
93
+ gtag('config', 'AW-17375373403');
94
+</script>
95
<body>
96
<div id="root"></div>
97
<script type="module" src="/src/main.tsx"></script>
0 commit comments