You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi everyone, i'm using vite-ssg + vite + vue3 + vite-plugin-pages(or unplugin-vue-routes) to generate my app, now i encounter a problem:
After building the static files, my routes became invalid.
For example: I cannot access my website using domain.com/about because the generated file is about.html. i also try build vitesse, it can solve this problem! i look into the source code, but i don't konwn why, can anyone tell me the reason? thanks!
hi everyone, i'm using vite-ssg + vite + vue3 + vite-plugin-pages(or unplugin-vue-routes) to generate my app, now i encounter a problem:
After building the static files, my routes became invalid.
For example: I cannot access my website using domain.com/about because the generated file is about.html. i also try build vitesse, it can solve this problem! i look into the source code, but i don't konwn why, can anyone tell me the reason? thanks!
repo: https://github.com/wbxl2000/vite-pages/
step:
The text was updated successfully, but these errors were encountered: