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.

5 lines 283 B
export declare const ssgEntryQueryRE: RegExp; export declare function removeSsgEntryQuery(url: string): string; export declare function isSsgEntryQuery(id: string): boolean; export declare function createSsgEntryQuery(url: string): string; //# sourceMappingURL=ssgEntryQuery.d.ts.map