feat(projects): remove thumbnail and preview field to get images by content id
This commit is contained in:
@@ -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(),
|
||||
}),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user