From a09f874bba31567c0c758e67e6e6d6c2cbb06e7a Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Sat, 21 Mar 2026 22:23:45 +0000 Subject: enable .gmi content type --- website/src/content.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website/src') 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({ -- cgit v1.2.3