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 e7f5d5a commit bd5b74dCopy full SHA for bd5b74d
src/routes/+layout.svelte
@@ -11,7 +11,7 @@
11
export const prerender = true;
12
export const trailingSlash = "always";
13
14
- const altDataHash = "0cd7a5e2b35b436cd5e3677d6ce9507daa45cd4a6563f0c5cc62fc04f88bf1f6"
+ const altDataHash = "a5f2e0d0fea4e771c6d8005ff6bbad808b5ed995fa340936e4c4252f8fe1236b"
15
16
let mousePosition: {x: number, y: number} | null;
17
0 commit comments