Reactjs – page not found – react/vite app not routing correctly on github pages
I deployed my app to gh-pages and the root works, but whenever I reroute or try and add to the root, I get a page not found error. Locally it works. I've seen people suggest changing from <BrowserRouter> to <HashRouter>…