diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-06-05 20:03:27 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-06-05 20:03:27 +0200 |
| commit | a2830a0dd6f634147456406c7855881ff298078e (patch) | |
| tree | 93af1b60258b0b19a739b294fa31f201c2d64158 /src/content.config.ts | |
| parent | a423c9b15bdf43d28390fb0424dfeec012d82828 (diff) | |
Refresh portfolio design and fonts
Diffstat (limited to 'src/content.config.ts')
| -rw-r--r-- | src/content.config.ts | 4 |
1 files changed, 4 insertions, 0 deletions
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([]) }), }); |
