Closed
Description
Version 0.14.4
Repro steps:
- create
hello.md
as per docs (https://vuepress.vuejs.org/guide/permalinks.html#permalinks-2) with:
---
title: Hello World
permalink: /hello-world
---
Hello!
- run
vuepress dev
and visit http://localhost:8080/hello-world or http://localhost:8080/hello-world.html
Expected:
- see that page above at the permalink specified
Actual:
- see the 404 page
- the page is still at http://localhost:8080/hello.html
Also happens when trying the permalink
setting in .vuepress/config.js
Also vuepress build
generates hello.html
still.
Also a link on the permalinks docs page (see ":regular" definition) is 404:
Permalink generated by VuePress by default, for implementation see here
(links to https://github.com/vuejs/vuepress/blob/next/packages/%40vuepress/shared-utils/lib/fileToPath.js)
Metadata
Metadata
Assignees
Labels
No labels