Some™️Pages

This commit is contained in:
2023-12-05 15:36:11 +01:00
parent fbd52f3edb
commit 89e6f9cff4
26 changed files with 1046 additions and 27 deletions

View File

@@ -43,7 +43,8 @@ export const downloads = defineCollection({
export const rules = defineCollection({
type: "content",
schema: z.object({
german: z.boolean().optional().default(false),
translationKey: z.string(),
})
})