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
When writing the relative path to a directory's index.html, don't forget to close it off with a /, otherwise you will get a 404. For example, use /config/ instead of /config.
Seems like this issue was "fixed" in Vuepress ages ago:
Currently, any route aside from the landing page that does not end in
.html
doesn't load if there is no trailing slash.These may help:
The text was updated successfully, but these errors were encountered: