-
Notifications
You must be signed in to change notification settings - Fork 25
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
Different build output between this plugin and chrisvfritz/prerender-spa-plugin #30
Comments
Latest as of when? This is why we explicitely request version numbers. Otherwise it's not helpful. I cannot reproduce this with a brand new repo. Care to send a repro link? (git repo, CodeSandbox would be awesome) |
Still can't reproduce, sorry. Output is a-ok on my end. |
Seems wierd 😂 |
same, confusing now |
Looks like this comes from those lines vue-cli-plugin-prerender-spa/src/index.js Lines 31 to 34 in 6561f7a
|
@sooxiaotong, this plugin expects slash at the end in render routes path. For example: renderRoutes: ['/', '/about/'] Then plugin create folder about with index.html. |
I looked for this for a while. It's a big difference in behavior. I wish it was documented, if it is I missed it somehow. Thank you so much. Great work. |
Damn. I've been looking for HOURS for this problem. Finally! |
The about page should but output as
about > index.html
instead of putting the about.html on the same directory with index.htmlThe text was updated successfully, but these errors were encountered: