Added simple analytics to website

This commit is contained in:
Arunavo Ray
2025-07-09 00:44:02 +05:30
parent 11dc299f12
commit e4f79720d4

View File

@@ -108,6 +108,9 @@ const structuredData = {
(window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light');
document.documentElement.classList.toggle('dark', theme === 'dark');
</script>
<!-- 100% privacy-first analytics -->
<script async src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
</head>
<body class="min-h-screen bg-background text-foreground antialiased">