"Fixed" trailing slash bug

The goto() function does not respect no trailing slashes, so the app breaks
This commit is contained in:
2025-08-27 18:21:52 +02:00
parent 0d61c7662a
commit 5b685e251b
+1
View File
@@ -1,2 +1,3 @@
export const prerender = true
export const ssr = false
export const trailingSlash = 'always'