feat: refactor uses handling and enhance category structure for improved organization and localization

This commit is contained in:
2025-09-03 18:40:47 +02:00
parent 8857b53854
commit e7b3e5fcc4
13 changed files with 139 additions and 86 deletions

View File

@@ -32,7 +32,7 @@ export const collections = {
type: 'data',
source: 'uses/categories/*.json',
schema: z.object({
id: z.string(),
slug: z.string(),
name: z.object({
en: z.string(),
fr: z.string(),