astro/packages/integrations/sitemap/src/config-defaults.ts
Matthew Phillips 2ff11df438
Add .js to imports in the sitemap package (#3661)
* Add .js to imports in the sitemap package

* Adds a smoke test

* Adds a changeset
2022-06-21 11:29:18 -04:00

5 lines
137 B
TypeScript

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