Skip to content

Commit bd5b74d

Browse files
committed
Update alt data hash
1 parent e7f5d5a commit bd5b74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
export const prerender = true;
1212
export const trailingSlash = "always";
1313
14-
const altDataHash = "0cd7a5e2b35b436cd5e3677d6ce9507daa45cd4a6563f0c5cc62fc04f88bf1f6"
14+
const altDataHash = "a5f2e0d0fea4e771c6d8005ff6bbad808b5ed995fa340936e4c4252f8fe1236b"
1515
1616
let mousePosition: {x: number, y: number} | null;
1717

0 commit comments

Comments
 (0)