astro/.changeset/thin-beers-drive.md

317 B

astro @astrojs/mdx @astrojs/markdown-remark
major minor major

Baseline the experimental contentCollections flag. You're free to remove this from your astro config!

import { defineConfig } from 'astro/config';

export default defineConfig({
- experimental: { contentCollections: true }
})