Skip to content

Commit e4f7972

Browse files
committed
Added simple analytics to website
1 parent 11dc299 commit e4f7972

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

www/src/pages/index.astro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ const structuredData = {
108108
(window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light');
109109
document.documentElement.classList.toggle('dark', theme === 'dark');
110110
</script>
111+
112+
<!-- 100% privacy-first analytics -->
113+
<script async src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
111114
</head>
112115

113116
<body class="min-h-screen bg-background text-foreground antialiased">

0 commit comments

Comments
 (0)