We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11dc299 commit e4f7972Copy full SHA for e4f7972
www/src/pages/index.astro
@@ -108,6 +108,9 @@ const structuredData = {
108
(window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light');
109
document.documentElement.classList.toggle('dark', theme === 'dark');
110
</script>
111
+
112
+ <!-- 100% privacy-first analytics -->
113
+ <script async src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
114
</head>
115
116
<body class="min-h-screen bg-background text-foreground antialiased">
0 commit comments