Skip to content

Astro

Enabled

This plugin is enabled when there’s a match in dependencies or devDependencies in package.json:

  • astro

Default configuration

{
"astro": {
"entry": [
"astro.config.{js,cjs,mjs,ts}",
"src/content/config.ts",
"src/pages/**/*.{astro,mdx,js,ts}",
"src/content/**/*.mdx"
]
}
}

Custom config or entry configuration overrides the defaults, they are not merged.

ISC License © 2024 Lars Kappert