feat(projects): force all projects to have links

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

View File

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

View File

@@ -1,7 +1,7 @@
order: 100 order: 100
scope: work scope: work
title: Biobleud title: Biobleud
link: null link: https://www.biobleud.fr/
description: Agri-food company description: Agri-food company
summary: Temporary assignments summary: Temporary assignments

View File

@@ -1,7 +1,7 @@
order: 80 order: 80
scope: work scope: work
title: S3PWeb title: S3PWeb
link: null link: https://s3pweb.com
description: The Transport Data Aggregator description: The Transport Data Aggregator
summary: Apprenticeship summary: Apprenticeship