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 227 B
export declare function cleanSsgAssetId(url: string): string; export declare function isSsgAssetId(url: string): boolean; export declare function createSsgAssetId(url: string): string; //# sourceMappingURL=isSsgAssetId.d.ts.map