astro/.changeset/thin-beers-drive.md
Ben Holmes 52209ca2ad
[Content collections] Remove experimental flag (#5825)
* refactor: remove experimental.cc from core

* chore: remove experimental flag from tests

* fix: mock contentDir in remark tests

* fix: check vfile.path in rel-image-error plugin

* fix: move .astro/ excludes to all test/fixtures

* fix: include test/**/fixtures in ignore

* chore: changeset
2023-01-11 12:51:31 -05:00

317 B

astro @astrojs/mdx @astrojs/markdown-remark
major major 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 }
})