Skip to content

Commit 4ee5dca

Browse files
authored
fix issue
1 parent 43adfcd commit 4ee5dca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ const blog = defineCollection({
88
pubDate: z.date(),
99
updatedpubDate: z.date().optional(),
1010
categories: z.array(z.string()).default(["others"]),
11-
authors: z.string()
12-
tags: z.string[];
11+
authors: z.string(),
12+
tags: z.string[],
1313
coverImageCredit: z.string().optional(),
1414
}),
1515
})

0 commit comments

Comments
 (0)