update profile

This commit is contained in:
2025-04-24 17:43:42 -03:00
parent 65946f61e0
commit ffc8758d95
72 changed files with 245 additions and 118 deletions

View File

@@ -22,7 +22,7 @@ const courses = defineCollection({
z.object({
id: z.string(),
title: z.string(),
summary: z.string(),
excerpt: z.string(),
slug: z.string(),
image: image().optional(),
course: z.object({