UNPKG

next-runtime-sitemap

Version:

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

4 lines (3 loc) 237 B
import { SiteMapURL } from "next-dynamic-sitemap/dist/types"; import type { FileIntrospectionProps } from "./introspect-files"; export declare function introspectPages(cwd: string, props?: FileIntrospectionProps): Promise<SiteMapURL[]>;