This commit is contained in:
2025-04-20 21:53:34 -03:00
parent b523820f45
commit ae71d5a7ce
35 changed files with 1424 additions and 315 deletions

View File

@@ -6,7 +6,7 @@ const trainers = defineCollection({
schema: ({ image }) =>
z.object({
name: z.string(),
img: image(),
image: image(),
bio: z.string(),
}),
})