2023-01-11 17:51:31 +00:00
|
|
|
---
|
|
|
|
'astro': major
|
2023-01-17 15:49:25 +00:00
|
|
|
'@astrojs/mdx': minor
|
2023-01-11 17:51:31 +00:00
|
|
|
'@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 }
|
|
|
|
})
|