-
I looked through the documentation and didn't find anything related to routing redirection. I want to solve this problem by redirecting the router to the correct address: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
For that particular issue, I think the PWA plugin is causing issues. Netlify treats requests as case-insensitive and will do 301 redirect automatically if needed. The asset requests don't get redirected, but still are served correctly. Algolia doesn't support case-sensitive URLs. So the URL is always lowercased like /cc @userquin |
Beta Was this translation helpful? Give feedback.
-
Here the PR: vueuse/vueuse#4769 |
Beta Was this translation helpful? Give feedback.
Here the PR: vueuse/vueuse#4769