DEV Community

Discussion on: Always use Google's URL Inspection tool when launching a new Site.

Collapse
 
dmitryame profile image
Dmitry Amelchenko

Good point, I guess I'd still redirect to /index.html so that it could load reactJS, but would respond appropriately with 404 from index.js if it's requesting non existing route.

Collapse
 
gtb3nw profile image
GTB3NW

Yep pretty much. VueJS has a good doc on this - router.vuejs.org/guide/essentials/...