lastwebnovel-app/content.config.ts
2026-04-11 22:55:16 +02:00

9 lines
156 B
TypeScript

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