Skip to content
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

Html files get built but contain index.html content once deployed #27

Open
alexeigs opened this issue Mar 15, 2019 · 4 comments
Open

Html files get built but contain index.html content once deployed #27

alexeigs opened this issue Mar 15, 2019 · 4 comments
Assignees
Labels
bug Something isn't working question Further information is requested
Milestone

Comments

@alexeigs
Copy link

  • Using Vue Router with history mode and the first route that is loaded is /welcome.
  • Dist (build) folder contains - as expected - an index.html and a welcome.html file.
  • Once deployed, the welcome file gets loaded BUT has not the content of the welcome.html as in the dist folder but actually just the same content as the index.html.

The page now obviously stays white as even though we're looking at /welcome what actually is loaded is a welcome-file with the index.html content.

Any idea what I may do wrong?

@SolarLiner
Copy link
Owner

I cannot reproduce. Setting up a project with multiple routes prerenders as expected. Send a CodeSandbox repro link?

@SolarLiner SolarLiner self-assigned this Apr 16, 2019
@SolarLiner SolarLiner added bug Something isn't working question Further information is requested labels Apr 16, 2019
@SolarLiner SolarLiner added this to the 1.1 hotfixes milestone Apr 16, 2019
@alexauvray
Copy link

I think the remaining issue with this plugin is that all the meta and open graph information is always the same and the one from the first page...

@alexauvray
Copy link

I'm still having the same issue

@jyyyeung
Copy link

Having this issue in my project now, files get built but all containing the same content from index.html.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants