How can I use uppercase in URL in svelte-kit?

Viewed 26

Uppercase letters automatically convert into lowercase in the URL. I want the URL will like "http://127.0.0.1:5173/about#dataprivacy"

But when I hit this URL it changes in "http://127.0.0.1:5173/about#dataprivacy"

0 Answers
Related