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()),
|
||||
|
||||
Reference in New Issue
Block a user