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