-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Change to 404 quikly when i open the index.html with chrome after build #1103
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
To report an issue that only happens in the scene you are in, the best and direct way is to provide a reproduction repo (e.g. vuepress-issue-example), otherwise I don't know where you are going wrong. |
Here is the repo https://github.com/ltstriker/retryvpress . |
Hmmm... so which version of VuePress did you use? |
0.14.8 |
So sorry.I made a mistake about the repo. |
Are you sure? Hmmm... don't know what to say. |
The usage of your repro is very normal and it should work and it really works for me. so it should be caused by the damn windows. Let's move to #913 to continue if you could provide an invalid repro so that other windows users could help you. |
I build a page just like the guide.It works well when using dev. But after build, it change to 404 quickly when i open the index.html with chrome.I refresh it.It can be seen that the right page will be made but I do not know why it change to 404.
follow is my configure.json
module.exports = {
base: '/retryvpress/.vuepress/dist/',
title: ' asd ',
description: 'asd blog',
}
// the base seems must be that, or the js file cannot be found
I have tried both npm and yarn.
The text was updated successfully, but these errors were encountered: