add new tag
This commit is contained in:
@@ -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(),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user