feat(projects): add technology badges on the previews

This commit is contained in:
2025-11-27 18:37:59 +01:00
parent b1d9563a1d
commit 58a8c3e32e
10 changed files with 67 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ export default defineContentConfig({
description: z.string(),
url: z.url().nullable(),
order: z.number(),
technologies: z.array(z.string()),
}),
}),
},