mirror of
https://github.com/LukeHagar/sveltesociety.dev.git
synced 2025-12-10 04:21:49 +00:00
adds static adapter, removes some links to non-existing files
This commit is contained in:
27
.svelte/dev/generated/manifest.js
Normal file
27
.svelte/dev/generated/manifest.js
Normal file
@@ -0,0 +1,27 @@
|
||||
const c = [
|
||||
() => import("../../../src/routes/$layout.svelte"),
|
||||
() => import("../components/error.svelte"),
|
||||
() => import("../../../src/routes/index.svelte"),
|
||||
() => import("../../../src/routes/cheatsheet/index.svelte")
|
||||
];
|
||||
|
||||
const d = decodeURIComponent;
|
||||
|
||||
export const routes = [
|
||||
// src/routes/index.svelte
|
||||
[/^\/$/, [c[0], c[2]], [c[1]]],
|
||||
|
||||
// src/routes/cheatsheet/index.svelte
|
||||
[/^\/cheatsheet\/?$/, [c[0], c[3]], [c[1]]],
|
||||
|
||||
// src/routes/cheatsheet/cheat-sheet.js
|
||||
[/^\/cheatsheet\/cheat-sheet\/?$/],
|
||||
|
||||
// src/routes/cheatsheet/highlight.css
|
||||
[/^\/cheatsheet\/highlight\/?$/],
|
||||
|
||||
// src/routes/metatag.png
|
||||
[/^\/metatag\/?$/]
|
||||
];
|
||||
|
||||
export const fallback = [c[0](), c[1]()];
|
||||
Reference in New Issue
Block a user