summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Sarah Rainsberger <ematipico@users.noreply.github.com> 2024-08-19 15:28:04 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2024-08-19 15:28:04 +0000
commit826dc2a85aafa26b066c0889eeea493bb6f14b0a (patch)
tree1c3eea62d34a0287148edc9f658672a5cd119186
parentad919776ca6fa72c49ca884c10de4c9868ca9e42 (diff)
downloadastro-826dc2a85aafa26b066c0889eeea493bb6f14b0a.tar.gz
astro-826dc2a85aafa26b066c0889eeea493bb6f14b0a.tar.zst
astro-826dc2a85aafa26b066c0889eeea493bb6f14b0a.zip
[ci] format
-rw-r--r--packages/astro/src/@types/astro.ts2
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.
* :::
*