🎨 Format files, Added codeberg to links,lighter colour for linkcards
All checks were successful
Build and deploy website / build (push) Successful in 33s
All checks were successful
Build and deploy website / build (push) Successful in 33s
This commit is contained in:
@ -12,8 +12,8 @@ const projectCollection = defineCollection({
|
||||
tags: z.array(z.string()),
|
||||
source: z.string(),
|
||||
createdAt: z.string(),
|
||||
updatedAt: z.string()
|
||||
})
|
||||
updatedAt: z.string(),
|
||||
}),
|
||||
})
|
||||
|
||||
const usesCollection = defineCollection({
|
||||
@ -21,11 +21,11 @@ const usesCollection = defineCollection({
|
||||
schema: z.object({
|
||||
title: z.string(),
|
||||
accessories: z.optional(z.array(z.string())),
|
||||
hardware: z.array(z.string())
|
||||
})
|
||||
hardware: z.array(z.string()),
|
||||
}),
|
||||
})
|
||||
|
||||
export const collections = {
|
||||
projects: projectCollection,
|
||||
uses: usesCollection
|
||||
uses: usesCollection,
|
||||
}
|
||||
|
Reference in New Issue
Block a user