import { defineCollection } from 'astro:content'; const docs = defineCollection({}); export const collections = { docs, };