mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-30 15:28:39 +01:00
Remove unused binary assets: cursor.webp and datagrip.webp
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user