Migrate Site to German as Default Locale
This commit is contained in:
@@ -22,8 +22,8 @@ import {defineCollection, reference, z} from "astro:content";
|
||||
export const pagesSchema = z.object({
|
||||
title: z.string().min(1).max(80),
|
||||
description: z.string().min(1).max(120),
|
||||
german: z.boolean().optional().default(false),
|
||||
image: z.string().optional(),
|
||||
slugs: z.record(z.string(), z.string()).optional(),
|
||||
});
|
||||
|
||||
export const pages = defineCollection({
|
||||
|
||||
Reference in New Issue
Block a user