{error.message}
That's a nop! ðŸ˜
-It looks like {path}
doesn't exist
It looks like {pathname}
doesn't exist
Maybe check out the posts page? Or go to the home page. diff --git a/src/routes/__layout.svelte b/src/routes/__layout.svelte index 4f988c57..99495806 100644 --- a/src/routes/__layout.svelte +++ b/src/routes/__layout.svelte @@ -34,7 +34,7 @@ }) }) - $: $page.path, browser && Fathom.trackPageview() + $: $page.pathname, browser && Fathom.trackPageview()