mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
5 lines
140 B
TypeScript
5 lines
140 B
TypeScript
import type { SitemapOptions } from './index.js';
|
|
|
|
export const SITEMAP_CONFIG_DEFAULTS = {
|
|
entryLimit: 45000,
|
|
} satisfies SitemapOptions;
|