Replies: 1 comment
-
cc @sandren who has once raised it, but it's postponed. |
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
-
I think waku probably needs a trailing slash configuration that build adapters can try to follow when adapting the output for how that platform/runtime handles static file routing since that is platform specific. ChatGPT gave me this summary of the trailingSlash config options in a few meta frameworks:
trailingSlash
false
true
,false
router.trailingSlash
undefined
true
,false
,undefined
trailingSlash
"always"
"always"
,"never"
,"ignore"
kit.trailingSlash
ignore
"always"
,"never"
,"ignore"
Beta Was this translation helpful? Give feedback.
All reactions