Skip to content

Commit

Permalink
chore: changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Jan 11, 2023
1 parent 5c67e65 commit b470255
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .changeset/thin-beers-drive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
'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 }
})

0 comments on commit b470255

Please sign in to comment.