Hardware page with more content.
Some checks failed
Build and deploy website / build (push) Failing after 1m37s
Build and deploy website / deploy (push) Failing after 1s

Collapse component

Signed-off-by: Martin Berg Alstad <git@martials.no>
This commit is contained in:
2024-10-06 14:43:06 +02:00
parent beefabb908
commit 8ba480eab1
12 changed files with 106 additions and 34 deletions

View File

@ -18,6 +18,7 @@ const projectCollection = defineCollection({
const hardwareCollection = defineCollection({
type: "data",
schema: z.object({
title: z.string(),
accessories: z.optional(z.array(z.string())),
hardware: z.array(z.string())
})