When I build the project in release mode with yarn build:release and the start a simple http server in the dist folder with python3 -m http.server, the about page fails to reload if I navigate to it manually and then refresh the page. A 404 page is displayed instead.
When I build the project in release mode with
yarn build:release
and the start a simple http server in thedist
folder withpython3 -m http.server
, the about page fails to reload if I navigate to it manually and then refresh the page. A 404 page is displayed instead.