0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00
astro/.changeset/thin-beers-drive.md

15 lines
317 B
Markdown
Raw Normal View History

---
'astro': major
'@astrojs/mdx': major
'@astrojs/markdown-remark': major
---
Baseline the experimental `contentCollections` flag. You're free to remove this from your astro config!
```diff
import { defineConfig } from 'astro/config';
export default defineConfig({
- experimental: { contentCollections: true }
})