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 a recent refactor in Greenwood to better optimize the ways SSR content is generated (frontmatter, body, layout), the design of the renderer plugin has changed to specifically recommend only run / return the content needed at a given time, instead of just blindly executing all content generation paths.
We should review the docs and see if any updates are needed.