fridays / next-routes

Universal dynamic routes for Next.js
MIT License
2.47k stars 230 forks source link

Is there any options for case sensitive route? #147

Closed NickUseGitHub closed 1 year ago

NickUseGitHub commented 6 years ago

I use next-route version "^1.0.26". I would like to set my route case sensitive. For example "/Category/23" and "/category/23" are the same. Is there any way to disguise between "/Category/23" and "/category/23" route?