-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
permalink setting doesn't work #903
Comments
You need to update the docs then! When you press the big green "Get Started" button on the home page, it takes you to the Introduction page of the docs, and then the next page is Getting Started: https://vuepress.vuejs.org/guide/getting-started.html#global-installation It does not specify |
Thanks for the feedback, I just added some compatibility notification at the 1.x website. you can refresh the SW to see it soon. |
I am running on 1.0.0.24 and Permalinks does not work for me as well. |
@Assassyn Please create an reproduction repo instead of mentioning here. |
For anyone having this issue: in my case, it seems I need to restart the dev server anytime I change a single permalink... As I do whenever I create a new scoped style. Talk about hot-reloading. Maybe I have a webpack issue. |
Version 0.14.4
Repro steps:
hello.md
as per docs (https://vuepress.vuejs.org/guide/permalinks.html#permalinks-2) with:vuepress dev
and visit http://localhost:8080/hello-world or http://localhost:8080/hello-world.htmlExpected:
Actual:
Also happens when trying the
permalink
setting in .vuepress/config.jsAlso
vuepress build
generateshello.html
still.Also a link on the permalinks docs page (see ":regular" definition) is 404:
(links to https://github.com/vuejs/vuepress/blob/next/packages/%40vuepress/shared-utils/lib/fileToPath.js)
The text was updated successfully, but these errors were encountered: