diff options
Diffstat (limited to 'website/src')
| -rw-r--r-- | website/src/content.config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/src/content.config.ts b/website/src/content.config.ts index 7495052..1a2452d 100644 --- a/website/src/content.config.ts +++ b/website/src/content.config.ts @@ -4,7 +4,7 @@ import { z } from "astro/zod"; const blog = defineCollection({ loader: glob({ - pattern: "**/*.(md|mdx|html)", + pattern: "**/*.(md|mdx|gmi|html)", base: "./src/content/blog", }), schema: z.object({ |
