chore: fix header

This commit is contained in:
2026-01-17 02:27:23 +01:00
parent deaa601efd
commit 65b8f4816a
15 changed files with 223 additions and 25 deletions

View File

@@ -6,7 +6,7 @@ export default defineContentConfig({
type: 'page',
source: '*.md',
schema: z.object({
description2: z.string()
})
}),
projects: defineCollection({
@@ -18,6 +18,9 @@ export default defineContentConfig({
shortDescription: z.string(),
description: z.string(),
image: z.string(),
toggleUrl: z.string(),
toggleText: z.string(),
popupImage: z.string(),
preview: z.string(),
isDraft: z.boolean()
})