Has any way to made paths base
to be case insensitive ?
#10965
Unanswered
kodaicoder
asked this question in
Q&A
Replies: 1 comment
-
I think what you are trying to accomplish is this : #10207 |
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 deploy sveltekit project using adaptor-node with paths base configured in svelte.config.js file , for example I deploy on domain
my.sites.com
with paths base asbase1
then the route to the site should bemy.sites.com/base1
if I access that url withmy.sites.com/base1
it definitely work fine but somehow if I access it with eithermy.sites.com/BASE1
ormy.sites.com/Base1
or etc., that not working and showing me a black screen page with "Not found" word (I think it may be a 404.html from sveltekit itself)Is there some way I can made
paths base
to be case insensitive ?P.S. I deploy on IIS that using IISNode
Thank you.🙂
Beta Was this translation helpful? Give feedback.
All reactions