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 175 B
import type { ResolvedConfig } from "vite"; export declare function getHrefFromPath(url: string, config: ResolvedConfig): string; //# sourceMappingURL=getHrefFromPath.d.ts.map