Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
---
'astro': major
'@astrojs/mdx': minor
'@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 }
})