add relevant technologies to projects

This commit is contained in:
2025-07-06 16:31:18 +02:00
parent e23aba33d2
commit dccf33f257
18 changed files with 40 additions and 1 deletions
+2 -1
View File
@@ -17,10 +17,11 @@ const projects = defineCollection({
description: z.string(),
image: z.string().optional(),
links: z.array(z.object({text: z.string(), url: z.string()})),
technologies: z.array(z.string()).optional(),
}),
});
export const collections = {
posts,
projects,
};
};