-
Notifications
You must be signed in to change notification settings - Fork 4.7k
NotFound.vue missing title and description #370
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
Comments
This appears to be the culprit for the issue with Lines 72 to 75 in 272df57
Lines 133 to 171 in 272df57
I'm still not certain how to resolve this for |
I also believe this is related too. Line 18 in 272df57
Since the sourceDir is passed to Lines 202 to 217 in 272df57
Maybe this will help detecting the issue 😛 |
#349 |
I just saw the other issues related to this. I hadn't seen your PR #314 yet, will it be merged? that could probably solve all theses cases. Or you are waiting until the Plugin API is published? |
@hmatalonga I think #314 could be merged at current stage, as it can solve some problems somehow when the plugin API has not published. What do you think about that @ulivz |
I was wondering also if there will be a minor release before the plugin API? Since latest merged PRs introduced new things to the docs... |
Evan is busy these days and doesn't have time to look at this project. We have no auth to release a new version of npm package now. |
@hmatalonga I create another PR #376 for this. |
@bayssmekanique As for the ( As for the ( |
@meteorlxy, I wish I was of more help but I'm still not certain what effect #389 is going to have on this until it's all merged together. From what I see the |
@bayssmekanique It will solve all the related problem indeed, but there may have some alt solutions. One possible solution is adding those code here: Lines 82 to 91 in f61bfdd
I'll try to implement it later 🤣 |
fixed at fcaee80, and It will be released in 0.9.0 |
0.8.4
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 resulting404.html
page hasVuePress
as the title and the description attribute is blank.Also worth noteing, head tags listed in the
head
attribute of property of theconfig.js
file are appearing in the head correctly.The text was updated successfully, but these errors were encountered: