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.

7 lines 180 B
export function withTrailingSlash(path) { if (path[path.length - 1] !== "/") { return `${path}/`; } return path; } //# sourceMappingURL=withTrailingSlash.js.map