Updates and more
This commit is contained in:
@@ -6,6 +6,7 @@ export const pages = defineCollection({
|
||||
schema: z.object({
|
||||
title: z.string().min(1).max(80),
|
||||
description: z.string().min(1).max(120),
|
||||
image: z.string().optional()
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user