Skip to content

Commit 77b728f

Browse files
committed
build and meta fix
1 parent 8da7a18 commit 77b728f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const blogSchema = z.object({
1313
companyWebsite: z.string().optional(),
1414
companySegment: z.string().optional(),
1515
image: z.string().optional(),
16+
tags: z.array(z.string()).optional(),
1617
});
1718

1819
const productFeatures = defineCollection({

0 commit comments

Comments
 (0)