Files
artsite/content.config.ts

9 lines
157 B
TypeScript

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