stereobooster / react-snap

👻 Zero-configuration framework-agnostic static prerendering for SPAs
MIT License
5.04k stars 391 forks source link

How to pre-render my all crawl pages through react-snap. #467

Open nitesh3539 opened 4 years ago

nitesh3539 commented 4 years ago

I have crawl all of my pages and create a route map in dist folder. folder structure are like.. vdp -> 12 -> index.html -> 13 -> index.html ..

when i deploy my build on aws-s3 and navigate to crawl pages it does not shows static html page. But after appending index.html in route path , it shows static pages. I am using service-worker for this.

Please help me out

Thanks