import { defineContentConfig, defineCollection } from '@nuxt/content' export default defineContentConfig({ collections: { books: defineCollection({ type: 'page', source: '/books/*.md', }), }, })