Is +error.svelte
via the static adapter's fallback
supposed to strip trailing slashes if trailingSlash = true?
#14377
Closed
briancarbone
started this conversation in
General
Replies: 1 comment
-
Nevermind, I needed it both in +layout.server.ts and +layout.ts. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am returning the
404.html
file generated by the fallback when a page doesn't exist, but for whatever reason, even though+layout.server.ts
containsexport trailingSlash = "always"
, the client router trims the trailing slash.Beta Was this translation helpful? Give feedback.
All reactions