Closed kevcodez closed 3 years ago
Dynamic nested routes work fine during development but after doing vite build, they simply result in a 404.
vite build
/ (index) works fine /topics/foo does not work (404)
Everything works fine when running yarn dev.
yarn dev
Nevermind, I was just stupid. Used serve without the -s flag and didn't configure redirect to index.html on netlify
-s
Dynamic nested routes work fine during development but after doing
vite build
, they simply result in a 404./ (index) works fine /topics/foo does not work (404)
Everything works fine when running
yarn dev
.