0👍
Github pages does not support SPA.
Use hash mode instead of web history.
What happens is that if you refresh/load a URL for the first time, for example /blog/my-first-post
, github does not know how to handle that.
It works in the pattern of https://<Username>.github.io/<Repo>
.
- [Vuejs]-Infinite scrolling from two different API endpoints
- [Vuejs]-How to access bound key of Vue.js list item?
Source:stackexchange.com