feat(projects): remove thumbnail and preview field to get images by content id

This commit is contained in:
2025-11-23 13:06:33 +01:00
parent a500ada306
commit d1a239fc32
27 changed files with 4 additions and 20 deletions

View File

@@ -9,8 +9,6 @@ export default defineContentConfig({
schema: z.object({
description: z.string(),
url: z.url().nullable(),
thumbnail: z.string(),
preview: z.string(),
order: z.number(),
}),
}),