stereobooster / react-snap

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

Feture Request: Use original index.html in excluded paths #530

Open hieunc229 opened 3 years ago

hieunc229 commented 3 years ago

Feature Request

I love the exclude options. Though, whenever I access the excluded page, it first uses the pre-render the main index.html file. Then render the page content based on the path. I have a huge main index.html file, and sometimes it is a bit annoying

Is there anyway to use the original index.html file for the excluded pages? Since it is lighter, and no pre-render layout

Thank you!