Updates and more

This commit is contained in:
2023-10-12 21:02:57 +02:00
parent f10d4c17d6
commit c5164f2bd3
29 changed files with 803 additions and 147 deletions

View File

@@ -6,6 +6,7 @@ export const pages = defineCollection({
schema: z.object({
title: z.string().min(1).max(80),
description: z.string().min(1).max(120),
image: z.string().optional()
})
})