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 4ee5dca commit 1ab56e8Copy full SHA for 1ab56e8
src/content/config.ts
@@ -9,7 +9,7 @@ const blog = defineCollection({
9
updatedpubDate: z.date().optional(),
10
categories: z.array(z.string()).default(["others"]),
11
authors: z.string(),
12
- tags: z.string[],
+ tags: z.array(z.string()).default(["others"]),
13
coverImageCredit: z.string().optional(),
14
}),
15
})
0 commit comments