diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 439c5073ac..6dad345617 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -2275,7 +2275,7 @@ export interface AstroUserConfig { * export const collections = { blog, dogs }; * ``` * - * :::note + * :::note * Loaders will not automatically [exclude files prefaced with an `_`](/en/guides/routing/#excluding-pages). Use a regular expression such as `pattern: '**\/[^_]*.md` in your loader to ignore these files. * ::: *