diff options
author | 2024-08-19 15:28:04 +0000 | |
---|---|---|
committer | 2024-08-19 15:28:04 +0000 | |
commit | 826dc2a85aafa26b066c0889eeea493bb6f14b0a (patch) | |
tree | 1c3eea62d34a0287148edc9f658672a5cd119186 | |
parent | ad919776ca6fa72c49ca884c10de4c9868ca9e42 (diff) | |
download | astro-826dc2a85aafa26b066c0889eeea493bb6f14b0a.tar.gz astro-826dc2a85aafa26b066c0889eeea493bb6f14b0a.tar.zst astro-826dc2a85aafa26b066c0889eeea493bb6f14b0a.zip |
[ci] format
-rw-r--r-- | packages/astro/src/@types/astro.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 439c5073a..6dad34561 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. * ::: * |