enable .gmi content type

This commit is contained in:
2026-03-21 22:23:45 +00:00
parent 9332601f5b
commit a09f874bba
4 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -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({