Key figures, minor fixes
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 17m42s
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 17m42s
This commit is contained in:
@@ -11,6 +11,15 @@ const projects = defineCollection({
|
||||
description: z.string(),
|
||||
slug: z.string(),
|
||||
ongoing: z.boolean().optional().default(false),
|
||||
keyFigure: z
|
||||
.array(
|
||||
z.object({
|
||||
title: z.string(),
|
||||
name: z.string(),
|
||||
href: z.string().optional()
|
||||
})
|
||||
)
|
||||
.optional(),
|
||||
frontPage: z
|
||||
.object({
|
||||
order: z.number()
|
||||
|
||||
Reference in New Issue
Block a user