feat(projects): force all projects to have links
This commit is contained in:
@@ -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()),
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
order: 100
|
||||
scope: work
|
||||
title: Biobleud
|
||||
link: null
|
||||
link: https://www.biobleud.fr/
|
||||
|
||||
description: Agri-food company
|
||||
summary: Temporary assignments
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
order: 80
|
||||
scope: work
|
||||
title: S3PWeb
|
||||
link: null
|
||||
link: https://s3pweb.com
|
||||
|
||||
description: The Transport Data Aggregator
|
||||
summary: Apprenticeship
|
||||
|
||||
Reference in New Issue
Block a user