zero
zero copied to clipboard
Prerendering for static hosting
Hi
I would like to prerender the output of zero (react/MDX handler) into static pages that could be served by a static host (AWS S3)
I would build, start the server, prerender with react-snap or a similar package, stop the server and ship the output of the prerendering to the static host
Do you see anything I am missing or a reason I ignore why this would fail ?
Thanks