Closed
Description
- VuePress
0.8.4
- Tested on Windows 10 & Ubuntu with same result
There seems to be 2 different ways this issue appears, depending on if you are running dev or a static build.
When in development mode (vuepress dev
) the title attribute is blank and the description attribute is missing entirely.
When building the site (vuepress build
) the resulting 404.html
page has VuePress
as the title and the description attribute is blank.
Also worth noteing, head tags listed in the head
attribute of property of the config.js
file are appearing in the head correctly.