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