f1-stream: fix SvelteKit routing - add trailingSlash for static adapter
This commit is contained in:
parent
d48551609d
commit
c9b187ed65
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