mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
ad919776ca
commit
826dc2a85a
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
* :::
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue