UNPKG

next-runtime-sitemap

Version:

Generates a sitemap for nextjs apps at runtime, using a crawl of the local filesystem

3 lines (2 loc) 137 B
import { SiteMapURL } from "next-dynamic-sitemap/dist/types"; export declare function introspectApp(cwd: string): Promise<SiteMapURL[]>;