diff options
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/public/index.html b/public/index.html index 11aacf5..29e8c5e 100644 --- a/public/index.html +++ b/public/index.html @@ -13,15 +13,5 @@ </noscript> <div id="app"></div> <!-- built files will be auto injected --> - - <!-- Global site tag (gtag.js) - Google Analytics --> - <script async src="https://www.googletagmanager.com/gtag/js?id=<%= VUE_APP_ANALYTICS %>"></script> - <script> - window.dataLayer = window.dataLayer || []; - function gtag(){dataLayer.push(arguments);} - gtag('js', new Date()); - - gtag('config', '<%= VUE_APP_ANALYTICS %>'); - </script> </body> </html> |