enhancementhelp wanted
Description
Three possible situations:
- there is only one page - redirect all requests to
index.html - all pages are prerendered by
react-snap- do not redirect and do not useindex.htmlas fallback, use404.htmlas 404 page - some pages are prerendered and some not. Use
200.htmlas fallback, instead ofindex.html
References:
- https://router.vuejs.org/en/essentials/history-mode.html
- https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#deployment
- https://github.com/stereobooster/react-snap/issues/113
- https://github.com/stereobooster/react-snap/issues/112
- https://github.com/stereobooster/react-snap/issues/60
- https://github.com/zeit/now-cli/issues/992