0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00

[docs]: fix typo (#11799)

This commit is contained in:
liruifengv 2024-08-21 15:08:34 +08:00 committed by GitHub
parent 3416f8a3e1
commit 5ea13a8696
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2276,7 +2276,7 @@ export interface AstroUserConfig {
* ```
*
* :::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.
* 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.
* :::
*
* #### Querying and rendering with the Content Layer API