Closed vestimir closed 9 months ago
Can I use the package without a router, like https://github.com/antfu/vite-ssg#single-page-ssg?
I'm trying to build a minimal setup that creates an HTML file with prerendered React, single JS bundle file and single CSS file.
Is this possible?
Sure. I will release this feature as soon as possible. Thanks for your advice.
Hi @vestimir , you can use Vite-React-SSG@0.6.0 to implement Single Page SSG.
See: vite-react-ssg get started
Thank you!
Can I use the package without a router, like https://github.com/antfu/vite-ssg#single-page-ssg?
I'm trying to build a minimal setup that creates an HTML file with prerendered React, single JS bundle file and single CSS file.
Is this possible?