1 2 3 4 5
import { defineCollection } from 'astro:content'; export const collections = { docs: defineCollection({}) };