I made some vue page applications.
version info: "vue": "^3.0.0", "vue-router": "^4.0.8",
I can run this project in my desktop (windows), and it works good.
But, in github pages, I just could open index.html page. any other routing pages don't work.
what makes it doesn't work?
my project path: https://github.com/meansoup/votes
which I done ---
- add vue.config.js publicPath: process.env.NODE_ENV === 'production' ? '/votes/' : '/',