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 4815b449e1
commit 856e771c1b
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(),
}),
}),