feat: update UI configurations and enhance skills data structure for improved functionality

This commit is contained in:
2025-09-03 17:58:56 +02:00
parent 9485afa616
commit 8857b53854
9 changed files with 25 additions and 13 deletions

View File

@@ -57,7 +57,7 @@ export const collections = {
type: 'data',
source: 'skills.json',
schema: z.object({
items: z.object({
body: z.array(z.object({
id: z.string(),
name: z.object({
en: z.string(),
@@ -68,7 +68,7 @@ export const collections = {
name: z.string(),
icon: z.string(),
})),
}),
})),
}),
}),
}