Build configuration option to remove Google Analytics (#236)

This commit is contained in:
Adam Gross
2025-12-30 15:58:55 -08:00
committed by GitHub
parent 8b6d5a0939
commit ccdd732bbd
4 changed files with 47 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<!-- GOOGLE_ANALYTICS_START -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-32GXR2WF6S"></script>
<script>
window.dataLayer = window.dataLayer || [];
@@ -9,6 +9,7 @@
gtag('js', new Date());
gtag('config', 'G-32GXR2WF6S');
</script>
<!-- GOOGLE_ANALYTICS_END -->
<meta charset="utf-8">
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no">
<link rel="icon" href="favicon.png" type="image/png"/>