[Vuejs]-Vue router 4 – 404 error page when page is refreshed

-1👍

Wou need to do is add a simple catch-all fallback route to your server. If the URL doesn’t match any static assets, it should serve the same index.html page that your app lives in. Beautiful, again!

Check the Example Server Configurations to do it for your server.

Leave a comment