·
1 commit
to main
since this release
Minor Changes
-
Add MDX pages with layout-based rendering, page data from MDX frontmatter, and configurable MDX components.
Add server-rendered TSX pages through
export const render = "server", while keeping static routes as the default build output.Improve island rendering with
client:load,client:only,client:visible,client:idle, andclient:media.Refresh the documentation for the 0.3 page model, deployment behavior, component rendering, and project structure.