We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da7a18 commit 77b728fCopy full SHA for 77b728f
src/content/config.ts
@@ -13,6 +13,7 @@ const blogSchema = z.object({
13
companyWebsite: z.string().optional(),
14
companySegment: z.string().optional(),
15
image: z.string().optional(),
16
+ tags: z.array(z.string()).optional(),
17
});
18
19
const productFeatures = defineCollection({
0 commit comments