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.

3 lines 183 B
import type { ResolvedConfig } from "vite"; export declare function getBaseInHTML(urlRelativePath: string, config: ResolvedConfig): string; //# sourceMappingURL=getBaseInHTML.d.ts.map