Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import type { SitemapOptions } from './index.js';
export const SITEMAP_CONFIG_DEFAULTS: SitemapOptions & any = {
entryLimit: 45000,
};