Any path except homepage gives 404

Hello guys, I recently deployed an app on Netlify and it works as expected except if I ever wanted to directly visit a different path other than home page.

For example, if I enter in browser: https://bereadable.netlify.app/
It works just fine. And while I’m in the homepage when I click on any of my vue router links in the navbar it works and directs me to other pages no problems.

But if I enter in my browser any of the other routes or even refresh the page while i’m in a different route, for example: be-readable
It gives me page not found. I have to access this route by clicking on the link in the navbar but i can’t refresh the page nor access it directly from browser.

I hope i made my question clear :slight_smile: Thanks for time

hi there @MostafaSaid - go ahead and give this page a read through and see if it fixes things!