Add year to project cards if not ongoing
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 13m26s
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 13m26s
This commit is contained in:
@@ -9,6 +9,7 @@ const projects = defineCollection({
|
||||
type: z.string(),
|
||||
date: z.date(),
|
||||
description: z.string(),
|
||||
ongoing: z.boolean().optional().default(false),
|
||||
frontPage: z
|
||||
.object({
|
||||
order: z.number()
|
||||
|
||||
Reference in New Issue
Block a user