I deployed my project on Firebase, but the links aren't working as they should be. Locally everything is working fine and paths like /account
for example work, but when deployed only /account.html
is working. Why is this? And can I fix this?
I first build my project with:
npm run build && npm export
Then use:
firebase deploy
to deploy.