update content

This commit is contained in:
Salam-vsem
2025-05-17 15:05:42 +03:00
parent e13a35f1dd
commit 0efc8289ea
15 changed files with 28 additions and 13 deletions

View File

@@ -24,6 +24,7 @@ export const heroSchema = (image: ImageFunction) =>
export const coaches = defineCollection({
schema: ({ image }) =>
z.object({
order: z.number().optional(),
name: z.string(),
description: z.string().optional(),
cover: image(),