Github 个人网站部分页面 404 问题
2023-01-16 本文已影响0人
Ian_
https://xyzlucky2023.github.io
https://xyzlucky2023.github.io/about
由于 github 本身没有 about 这个文件夹,会直接报 404,所以不能通过
更换 createWebHistory 到 createWebHashHistory 后,没问题了
https://xyzlucky2023.github.io/#/
https://xyzlucky2023.github.io/#/about
reference: https://stackoverflow.com/a/46060999/5204025