mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
Fix incorrect format from organize-imports-cli (#7553)
This commit is contained in:
parent
6036bdd3ae
commit
e7cea6f755
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
// organize-imports-ignore there's a bug where it strips out this import
|
||||
import type { SitemapOptions } from './index.js';
|
||||
|
||||
export const SITEMAP_CONFIG_DEFAULTS = {
|
||||
entryLimit: 45000,
|
||||
} satisfies SitemapOptions;
|
||||
|
|
Loading…
Reference in a new issue