404 Page in GithubPages #1860
-
GithubPages: When trying to go to any page other than / returns a 404 page, what should I do? |
Beta Was this translation helpful? Give feedback.
Answered by
posva
Jun 5, 2023
Replies: 1 comment
-
GitHub pages doesn't support redirect rules like other providers. Use the hash mode instead: https://router.vuejs.org/guide/essentials/history-mode.html |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
posva
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GitHub pages doesn't support redirect rules like other providers. Use the hash mode instead: https://router.vuejs.org/guide/essentials/history-mode.html