You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
* Astro offers experimental flags to give users early access to new features.
919
917
* These flags are not guaranteed to be stable.
920
918
*/
921
-
experimental?: {
922
-
/**
923
-
* @docs
924
-
* @name experimental.contentCollections
925
-
* @type {boolean}
926
-
* @default `false`
927
-
* @version 1.7.0
928
-
* @description
929
-
* Enable experimental support for [Content Collections](https://docs.astro.build/en/guides/content-collections/). This makes the `src/content/` directory a reserved directory for Astro to manage, and introduces the `astro:content` module for querying this content.
930
-
*
931
-
* To enable this feature, set `experimental.contentCollections` to `true` in your Astro config:
0 commit comments