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 254 B
export declare function removeSsgServerEntryQuery(url: string): string; export declare function isSsgServerEntryId(id: string): boolean; export declare function createSsgServerEntryId(url: string): string; //# sourceMappingURL=isSsgServerEntryId.d.ts.map