feat: some stuff
Some checks failed
Deploy to SFTP Server / build (push) Failing after 7m54s

This commit is contained in:
2024-04-06 18:03:45 +02:00
parent 74ab286f15
commit 38a7f83096
8 changed files with 40 additions and 12 deletions

View File

@ -7,7 +7,9 @@ const blogCollection = defineCollection({
cover: image().refine((img) => img.width >= 720, {
message: "Cover image must be at least 720 pixels wide!",
}).optional(),
links: z.array(z.array(z.string())).optional(),
coverAlt: z.string().optional(),
toc: z.boolean().optional(),
description: z.string().optional(),
icon: z.string().optional(),
draft: z.boolean().optional(),