add new tag

This commit is contained in:
2025-04-17 12:01:50 -03:00
parent d050c90c0d
commit fd149ea2e9
5 changed files with 33 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ const courses = defineCollection({
slug: z.string(),
course: z.object({
hours: z.number(),
reciclagem: z.boolean().default(false),
modules: z.array(z.string()),
trainer: reference('trainers').optional(),
}),