add cntent

This commit is contained in:
2025-04-22 13:56:29 -03:00
parent 4b054fb75e
commit d5812d0583
25 changed files with 276 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ const courses = defineCollection({
title: z.string(),
summary: z.string(),
slug: z.string(),
img: image().optional(),
image: image().optional(),
course: z.object({
hours: z.number(),
reciclagem: z.boolean().default(false),