1 2 3 4 5
import type { SitemapOptions } from './index.js'; export const SITEMAP_CONFIG_DEFAULTS = { entryLimit: 45000, } satisfies SitemapOptions;