⚠️
The vite-plugin-ssr project has been renamed Vike.
  • If you are already using vite-plugin-ssr then migrate to Vike.
  • For new projects, don't use vite-plugin-ssr but use Vike instead.

onPrerenderStart()

The onBeforePrerender() hook has been renamed to onPrerenderStart() for the V1 design.

It's just a rename: the hook is equivalent and its documentation is the same as Guides > Internationalization (i18n) > Pre Rendering.

The documentation will be moved here after the stable release of the V1 design.

See V1 Design Migration > Renamed Hooks.