feat: polishing

This commit is contained in:
enscribe 2024-09-12 13:03:09 -07:00
parent 77bf1bbdf4
commit 0b430e5d43
No known key found for this signature in database
GPG key ID: 9BBD5C4114E25322
21 changed files with 235 additions and 144 deletions

View file

@ -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(),
}),
})