We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43adfcd commit 4ee5dcaCopy full SHA for 4ee5dca
src/content/config.ts
@@ -8,8 +8,8 @@ const blog = defineCollection({
8
pubDate: z.date(),
9
updatedpubDate: z.date().optional(),
10
categories: z.array(z.string()).default(["others"]),
11
- authors: z.string()
12
- tags: z.string[];
+ authors: z.string(),
+ tags: z.string[],
13
coverImageCredit: z.string().optional(),
14
}),
15
})
0 commit comments