brattonross / vite-plugin-voie

File system based routing plugin for Vite
https://www.npmjs.com/package/vite-plugin-voie
MIT License
230 stars 9 forks source link

Dynamic route cannot be resolved (404) after vite build #32

Closed kevcodez closed 3 years ago

kevcodez commented 3 years ago

Dynamic nested routes work fine during development but after doing vite build, they simply result in a 404.

Screenshot 2021-02-12 at 23 56 11

/ (index) works fine /topics/foo does not work (404)

Everything works fine when running yarn dev.

kevcodez commented 3 years ago

Nevermind, I was just stupid. Used serve without the -s flag and didn't configure redirect to index.html on netlify