From a2830a0dd6f634147456406c7855881ff298078e Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Thu, 5 Jun 2025 20:03:27 +0200 Subject: Refresh portfolio design and fonts --- src/content.config.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/content.config.ts') diff --git a/src/content.config.ts b/src/content.config.ts index a0391a8..f3d7755 100644 --- a/src/content.config.ts +++ b/src/content.config.ts @@ -17,6 +17,10 @@ const portfolio = defineCollection({ title: z.string(), description: z.string(), technologies: z.array(z.string()), + githubLink: z.string().url().optional(), + onlineLink: z.string().url().optional(), + demoLink: z.string().url().optional(), + images: z.array(z.string()).default([]) }), }); -- cgit v1.3