Add year to project cards if not ongoing
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 13m26s

This commit is contained in:
2025-08-12 11:48:48 +09:30
parent e1d61ac2e0
commit 68a5c45fd5
3 changed files with 3 additions and 1 deletions

View File

@@ -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()