UNPKG

@wroud/vite-plugin-ssg

Version:

A Vite plugin for static site generation (SSG) with React. Renders React applications to static HTML for faster load times and improved SEO.

4 lines (3 loc) 64 B
export interface SsgPluginOptions { renderTimeout?: number; }