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 208 B
export declare const ssgRE: RegExp; export declare function removeSsgHtmlTagsQuery(url: string): string; export declare function isSsgHtmlTagsId(id: string): boolean; //# sourceMappingURL=ssgHtmlTags.d.ts.map