Nuxt - Mixed case URL slugs

Hello,

This is a duplicate of My URL paths are forced into lowercase

I’m using Nuxt and having issues with mixed case slugs which are being converted to lower case, example: https://dev.milltons.com/study/-M7nKWxjRx431xTQGwcO/

For context these are the slugs being generated by Firebase Realtime Database.

Is there any configuration option available? This is breaking my project!

Hi there,

We always canonicalize paths we serve to lowercase. Could you explain how you are “sending” these URL’s to firebase? I think that if you proxy the paths instead of letting us serve them, we’ll probably pass them on without change.