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 134 B
export function getPageName(id) { return id.replace(/^\//, "").replace(/\/$/, "/index"); } //# sourceMappingURL=getPageName.js.map