Case Insensitive Routing #1304
Unanswered
pieperz
asked this question in
Help & Questions
Replies: 1 comment 1 reply
-
I created a feature request for it: #1305.
In the meantime, would that work for you? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having some url issues due to capitalization in url routes.
The folder structure looks like pages/collections/@handle.page.tsx
For example:
https://myfavoritequiltstore.com/Collections/All returns a 404 page.
https://myfavoritequiltstore.com/collections/all returns correct page.
https://myfavoritequiltstore.com/collections/All returns correct page.
In a perfect world I would like to completely disregard capitalization on all routing.
We are hosted on vercel and I have seen a few people mention a middleware to lowercase the url.
Here is a similar discussion from next.js vercel/next.js#21498
Is there a simple way to solve this issue with vike?
Beta Was this translation helpful? Give feedback.
All reactions