UNPKG

next-dynamic-sitemap

Version:

A lightweight, zero-touch sitemap generator for any nextjs project

5 lines (4 loc) 291 B
import { SiteMapURL } from "./types"; export declare function generateURL(path: string): string; export declare function generateXMLSitemap(urls: SiteMapURL[]): string; export declare function parameterizePath(pagePath: string, pageURLPath: string, params: Record<string, any>): SiteMapURL;