feat(projects): force all projects to have links
This commit is contained in:
@@ -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()),
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user