first audio thing that i want to try

This commit is contained in:
2026-04-05 15:21:26 +02:00
parent bb625f82af
commit 00cff1eb7e
5 changed files with 302 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ const blog = defineCollection({
})
.optional(),
draft: z.boolean().optional().default(false),
audio: z.boolean().optional().default(false),
}),
});