Open
Description
- I confirm that this is a issue rather than a question.
Bug report
Version
1.0.0-alpha.27
Steps to reproduce
- using blog plugin
- make markdown file called
2018-12-16-review.md
- run
vuepress build source
What is expected?
comile on path into 2018-12-16-review/index.html
What is actually happening?
compiled path to _2018-12-16-review/index.html
Other relevant information
- Your OS: Windows 10
- Node.js version: v10.11.0
- Browser version: Firefox 64
- Is this a global or local install? local
- Which package manager did you use for the install? npm
github pages accepted jekyll static page builder rules, ignore started with _
folders. stackoverflow
i think code structure change of shared-utils/slugify
solve this issue.
if code has changed, it is maybe cause critical issue.