feat(projects): add technology badges on the previews

This commit is contained in:
2025-11-27 18:37:59 +01:00
parent 9db5bec372
commit b05e98ea1e
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()),
}),
}),
},