diff --git a/index.html b/index.html index 3adbba3c..670d23e4 100644 --- a/index.html +++ b/index.html @@ -58,6 +58,20 @@ </head> <body> <div id="app"></div> + <!-- Global site tag (gtag.js) - Google Analytics --> + <script + async + src="https://www.googletagmanager.com/gtag/js?id=G-F0YEX7QRZW" + ></script> + <script> + window.dataLayer = window.dataLayer || [] + function gtag() { + dataLayer.push(arguments) + } + gtag('js', new Date()) + + gtag('config', 'G-F0YEX7QRZW') + </script> <script type="module" src="/src/main.js"></script> </body> </html>