added global route for stat tracking

This commit is contained in:
George Powell
2026-03-14 22:17:33 -04:00
parent 61673a646d
commit 7007df2966
5 changed files with 427 additions and 5 deletions

View File

@@ -4,6 +4,7 @@
import "./layout.css";
import favicon from "$lib/assets/favicon.ico";
import TitleAnimation from "$lib/components/TitleAnimation.svelte";
import ThemeToggle from "$lib/components/ThemeToggle.svelte";
onMount(() => {
// Inject analytics script
@@ -31,5 +32,6 @@
<TitleAnimation />
<div class="font-normal"></div>
</h1>
<div class="hidden"><ThemeToggle /></div>
{@render children()}
</div>