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