0
Fork 0
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:
Bjorn Lu 2023-07-03 21:11:09 +08:00 committed by GitHub
parent 6036bdd3ae
commit e7cea6f755
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;