Closed jackchoumine closed 2 years ago
Hey @jackchoumine, this Vite feature is new to me. I'll have a look 👍
Hey @jackchoumine,
looks like you're not able to nest the page inside of the src
directory.
It's working if you move <root-dir>/src/about
➡️ <root-dir>/about
😉 (like in the docs)
my vite config according vite docs
open
about
path :http://localhost:3333/about
it is 404.How can i fix it?