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 235 B
export declare function removeSsgPageUrlId(url: string): string; export declare function isSsgPageUrlId(id: string): boolean; export declare function createSsgPageUrlId(url: string): string; //# sourceMappingURL=isSsgPageUrlId.d.ts.map