f1-stream: fix SvelteKit routing - add trailingSlash for static adapter

This commit is contained in:
Viktor Barzin 2026-02-24 00:11:44 +00:00
parent fd6a8bb6f2
commit 0dc3fec3f9
No known key found for this signature in database
GPG key ID: 0EB088298288D958

View file

@ -1,2 +1,3 @@
export const prerender = true;
export const ssr = false;
export const trailingSlash = 'always';