From f4432fedf1d28bb65025c8d62b59dc60b62fb8c8 Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Thu, 18 Dec 2025 16:19:10 +0100 Subject: [PATCH] feat(projects): force all projects to have links --- content.config.ts | 2 +- content/projects/biobleud/index.yml | 2 +- content/projects/s3pweb/index.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content.config.ts b/content.config.ts index 9b209b0..a6c4e3d 100644 --- a/content.config.ts +++ b/content.config.ts @@ -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()), diff --git a/content/projects/biobleud/index.yml b/content/projects/biobleud/index.yml index 938ab00..791aad5 100644 --- a/content/projects/biobleud/index.yml +++ b/content/projects/biobleud/index.yml @@ -1,7 +1,7 @@ order: 100 scope: work title: Biobleud -link: null +link: https://www.biobleud.fr/ description: Agri-food company summary: Temporary assignments diff --git a/content/projects/s3pweb/index.yml b/content/projects/s3pweb/index.yml index c19a33d..1fbb70c 100644 --- a/content/projects/s3pweb/index.yml +++ b/content/projects/s3pweb/index.yml @@ -1,7 +1,7 @@ order: 80 scope: work title: S3PWeb -link: null +link: https://s3pweb.com description: The Transport Data Aggregator summary: Apprenticeship