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 6e18420 commit c06601dCopy full SHA for c06601d
src/routes/+layout.svelte
@@ -1,4 +1,6 @@
1
-<script lang="ts">
+<script lang="ts">
2
+ export const prerender = true;
3
+
4
import { lang } from '../stores.js';
5
import Meta from '$lib/Meta.svelte';
6
import Header from '$lib/Header.svelte';
svelte.config.js
@@ -16,7 +16,7 @@ const config = {
16
// these options are set automatically — see below
17
pages: 'build',
18
assets: 'build',
19
- fallback: 'index.html',
+ fallback: undefined,
20
precompress: false,
21
strict: true,
22
}),
0 commit comments