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 ab44cf6 commit 5d8d1d9Copy full SHA for 5d8d1d9
src/routes/+layout.ts
@@ -1 +1,2 @@
1
+export const trailingSlash = 'always';
2
export const prerender = true;
svelte.config.js
@@ -26,7 +26,7 @@ const config = {
26
strict: true,
27
}),
28
paths: {
29
- base: '/sveltekit-sample',
+ relative: true
30
},
31
prerender: {
32
// Not needed because the models overview page has links to all the models – and sveltekit will automatically pre-render all reachable links!
0 commit comments