docs(deps): update @nuxt/content

This commit is contained in:
Benjamin Canac
2024-11-29 16:01:33 +01:00
parent 0d41210c91
commit e3b8d0e60e
15 changed files with 125 additions and 44 deletions

View File

@@ -5,9 +5,9 @@ export const collections = {
type: 'page',
source: '**/*',
schema: z.object({
framework: z.string().optional(),
navigation: z.object({
title: z.string().optional(),
framework: z.string().optional()
title: z.string().optional()
}),
links: z.array(z.object({
label: z.string(),