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 328 B
import { type Connect, type PreviewServer, type ViteDevServer } from "vite"; import type { SsgPluginOptions } from "../SsgPluginOptions.js"; export declare function pagesMiddleware(server: ViteDevServer | PreviewServer, pluginOptions: SsgPluginOptions): Connect.NextHandleFunction; //# sourceMappingURL=pages-middleware.d.ts.map