Skip to content

Commit

Permalink
chore: remove Google Analytics from website (#389)
Browse files Browse the repository at this point in the history
Co-authored-by: Niall Pemberton <[email protected]>
  • Loading branch information
niallkp and Niall Pemberton authored Jan 24, 2025
1 parent f8eb025 commit 4d42226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ anchor = "smart"
[services]
[services.googleAnalytics]
# Comment out the next line to disable GA tracking. Also disables the feature described in [params.ui.feedback].
id = "UA-00000000-0"
##id = "UA-00000000-0"

# Language configuration

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-146052-10', 'getbootstrap.com');
ga('set', 'anonymizeIp', true);
ga('send', 'pageview');
</script>
<script async src="https://www.google-analytics.com/analytics.js"></script>

0 comments on commit 4d42226

Please sign in to comment.