Closed
Description
The default option for case sensitivity in path-to-regexp
is false and I couldn't find an option to set it from a new Vue router instance. I'm trying to redirect some old paths in a project to new ones, and some of these new paths are just capitalized versions of the old, like /all-stores
to /All-Stores
but this causes an infinite redirect loop with the current setting.