seed-rs / seed-quickstart-webpack

Template for web apps with Seed (Rust framework), TailwindCSS and Webpack.
https://quickstart-webpack.seed-rs.org
Other
111 stars 13 forks source link

About page cannot be refreshed in the release version #55

Open kaphula opened 2 years ago

kaphula commented 2 years ago

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.