0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
Sarah Rainsberger 2024-08-19 15:28:04 +00:00 committed by astrobot-houston
parent ad919776ca
commit 826dc2a85a

View file

@ -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.
* :::
*