Skip to content

Commit f5078ce

Browse files
committed
feat: my bad for not fully testing
1 parent 3e53dd2 commit f5078ce

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/routes/+page.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
export const ssr = false;
1+
export const ssr = false;
2+
export const prerender = true;

svelte.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const config = {
1212
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
1313
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
1414
adapter: adapter({
15-
strict: false
15+
fallback: "404.html"
1616
})
1717
}
1818
};

0 commit comments

Comments
 (0)