mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-14 15:54:03 +01:00
feat: refactor uses handling and enhance category structure for improved organization and localization
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user