Files
artsite/content.config.ts
2025-12-16 19:45:13 +01:00

9 lines
160 B
TypeScript

import { defineCollection, z } from '@nuxt/content'
export const collections = {
main: defineCollection({
type: 'page',
source: 'home/*.md',
}),
}