Disallow case-insensitive path names

According to this, netlify lowercases all URLs:

Is it possible to disable URL lowercasing?

Unfortunately not. Are you missing some kind of functionality due to that?

I see. My site has some files with similar filenames, like a1.json and A1.json.

If I recall, we don’t normalise URLs for content served by Netlify Functions. So you can most likely take a look at that.

1 Like

Thanks, I’ll take a look at it.