You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of supporting SSR, Greenwood should allow users the ability to statically pre-render a page with SSR strategies, even if just to output the contents of the page for static hosting.
Provide an API in getFrontmatter just for SSR routes called staticExport - or just use prerender API convention instead of something new? (or does pre-render imply hydration)
Ensure this works for all compatibly renderers and plugin
If that is enabled for a route, save the generated HTML to the appropriate file based routing location in the output directory
If all routes enable this feature, then running yarn serve should effectively only need to start staticServer
The text was updated successfully, but these errors were encountered:
Type of Change
Summary
As part of supporting SSR, Greenwood should allow users the ability to statically pre-render a page with SSR strategies, even if just to output the contents of the page for static hosting.
Details
getFrontmatter
just for SSR routes calledstaticExport
- or just useprerender
API convention instead of something new? (or does pre-render imply hydration)yarn serve
should effectively only need to startstaticServer
The text was updated successfully, but these errors were encountered: