52209ca2ad
* 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
317 B
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 }
})