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:
parent
3416f8a3e1
commit
5ea13a8696
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue