You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deploying to Netlify, it will redirect the URLs to the lowercase version (which is forced and no way to opt-out). When we serving docs that contain uppercases, the SSG content will be displayed correctly, and after JS loading finished, the whole page will be completely white out.
Describe the bug
When deploying to Netlify, it will redirect the URLs to the lowercase version (which is forced and no way to opt-out). When we serving docs that contain uppercases, the SSG content will be displayed correctly, and after JS loading finished, the whole page will be completely white out.
To Reproduce
Example demo: https://5ff76cdd71e66e000a4ef7f0--vueuse.netlify.app/core/useMouse/
Expected behavior
Resolve the lean.js hash case-insensitively.
System Info
Additional context
With #203: https://vitepress--vueuse.netlify.app/core/useMouse/
The text was updated successfully, but these errors were encountered: