feat: polishing
This commit is contained in:
parent
77bf1bbdf4
commit
0b430e5d43
21 changed files with 235 additions and 144 deletions
|
@ -9,7 +9,7 @@ const blog = defineCollection({
|
|||
draft: z.boolean().optional(),
|
||||
image: z.string().optional(),
|
||||
tags: z.array(z.string()).optional(),
|
||||
author: z.array(z.string()).optional(),
|
||||
authors: z.array(z.string()).optional(),
|
||||
}),
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue