Skip to content

Commit 1ab56e8

Browse files
authored
fix issue #2
1 parent 4ee5dca commit 1ab56e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const blog = defineCollection({
99
updatedpubDate: z.date().optional(),
1010
categories: z.array(z.string()).default(["others"]),
1111
authors: z.string(),
12-
tags: z.string[],
12+
tags: z.array(z.string()).default(["others"]),
1313
coverImageCredit: z.string().optional(),
1414
}),
1515
})

0 commit comments

Comments
 (0)