You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
/welcome
.index.html
and awelcome.html
file.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?
The text was updated successfully, but these errors were encountered: