0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
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 }
})