f1-stream: fix SvelteKit routing - add trailingSlash for static adapter
This commit is contained in:
parent
fd6a8bb6f2
commit
0dc3fec3f9
1 changed files with 1 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
export const prerender = true;
|
||||
export const ssr = false;
|
||||
export const trailingSlash = 'always';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue