⚠️
The vite-plugin-ssr project has been renamed Vike.
  • If you are using vite-plugin-ssr, migrate to Vike.
  • For new projects, use Vike instead of vite-plugin-ssr.
Vike itself (without extensions) is like vite-plugin-ssr: unopinionated and fully agnostic.

onRenderHtml()

The render() hook of .page.server.js has been renamed to onRenderHtml() for the V1 design.

It's just a rename: the hook is equivalent and its documentation is the same as API > .page.server.js > render() hook.

The documentation will be moved to this page after the stable release of the V1 design.

See V1 Design Migration > Renamed Hooks.