Remove unused binary assets: cursor.webp and datagrip.webp

This commit is contained in:
2025-07-24 19:44:01 +02:00
parent 4c05ddf143
commit 55669af5a6
23 changed files with 429 additions and 687 deletions

View File

@@ -31,6 +31,18 @@ export const collections = {
tags: z.array(z.string()),
}),
}),
categories: defineCollection({
type: 'data',
source: 'uses/categories/*.json',
schema: z.object({
id: z.string(),
name: z.object({
en: z.string(),
fr: z.string(),
es: z.string(),
}),
}),
}),
uses: defineCollection({
type: 'data',
source: 'uses/*.json',