Better slugs, improvements to projects, some fixes
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 14m57s

This commit is contained in:
2025-08-14 11:11:10 +09:30
parent 1f45a74b2a
commit 778490bed8
25 changed files with 134 additions and 69 deletions

View File

@@ -9,6 +9,7 @@ const projects = defineCollection({
type: z.string(),
date: z.date(),
description: z.string(),
slug: z.string(),
ongoing: z.boolean().optional().default(false),
frontPage: z
.object({