enable .gmi content type
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user