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