summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-10-05 21:22:13 -0400
committergumi <git@gumi.ca>2020-10-05 22:21:12 -0400
commit519c9fbccc4b5e6ca2a9fcd0a7bc9aa179ab6343 (patch)
tree36a7af28698a7ecf2b472935bfa3e1793c8dd18b
parent5154b104ce5c2937cd9019a2a3ccabf450ad0db8 (diff)
downloadwebsite-519c9fbccc4b5e6ca2a9fcd0a7bc9aa179ab6343.tar.gz
website-519c9fbccc4b5e6ca2a9fcd0a7bc9aa179ab6343.tar.bz2
website-519c9fbccc4b5e6ca2a9fcd0a7bc9aa179ab6343.tar.xz
website-519c9fbccc4b5e6ca2a9fcd0a7bc9aa179ab6343.zip
remove GTM and analytics
-rw-r--r--.env3
-rw-r--r--.env.production3
-rw-r--r--public/index.html10
3 files changed, 0 insertions, 16 deletions
diff --git a/.env b/.env
index 8cc9241..1cfb299 100644
--- a/.env
+++ b/.env
@@ -10,8 +10,5 @@ VUE_APP_RECAPTCHA=6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI
# Responsible disclosure PGP key
VUE_APP_PGP=
-# Google analytics
-VUE_APP_ANALYTICS=
-
# AddThis
VUE_APP_ADDTHIS=
diff --git a/.env.production b/.env.production
index 531a45b..b32fdd4 100644
--- a/.env.production
+++ b/.env.production
@@ -8,8 +8,5 @@ VUE_APP_RECAPTCHA=6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI
# real PGP key goes here
VUE_APP_PGP=
-# real Google analytics key goes here
-VUE_APP_ANALYTICS=
-
# real AddThis key goes here
VUE_APP_ADDTHIS=
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>