feat(projects): force all projects to have links

This commit is contained in:
2025-12-18 16:19:10 +01:00
parent d606dff53c
commit f4432fedf1
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ export default defineContentConfig({
order: z.number(),
scope: z.enum(["hobby", "work"]),
title: z.string(),
link: z.url().nullable(),
link: z.url(),
description: z.string(),
summary: z.string(),
technologies: z.array(z.string()),