fix: a
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { defineContentConfig, defineCollection, z } from '@nuxt/content'
|
||||
|
||||
export default defineContentConfig({
|
||||
collections: {
|
||||
legal: defineCollection({
|
||||
type: 'page',
|
||||
source: '**/*.md',
|
||||
schema: z.object({
|
||||
title: z.string(),
|
||||
}),
|
||||
}),
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user