diff options
author | gumi <git@gumi.ca> | 2020-10-05 21:22:13 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-10-05 22:21:12 -0400 |
commit | 519c9fbccc4b5e6ca2a9fcd0a7bc9aa179ab6343 (patch) | |
tree | 36a7af28698a7ecf2b472935bfa3e1793c8dd18b /public/index.html | |
parent | 5154b104ce5c2937cd9019a2a3ccabf450ad0db8 (diff) | |
download | website-519c9fbccc4b5e6ca2a9fcd0a7bc9aa179ab6343.tar.gz website-519c9fbccc4b5e6ca2a9fcd0a7bc9aa179ab6343.tar.bz2 website-519c9fbccc4b5e6ca2a9fcd0a7bc9aa179ab6343.tar.xz website-519c9fbccc4b5e6ca2a9fcd0a7bc9aa179ab6343.zip |
remove GTM and analytics
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> |