0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/.changeset/thirty-clocks-jump.md
Matt Kane 3f02d5f12b
feat: support new location for content config (#12475)
* feat: support new location for content config

* Test fixes

* Handle missing dir

* Handle missing content dir

* chore: changes from review

* Revert legacy fixtures

* Clarify changeset
2024-11-21 10:45:02 +00:00

7 lines
227 B
Markdown

---
'astro': minor
---
Changes the default content config location from `src/content/config.*` to `src/content.config.*`.
The previous location is still supported, and is required if the `legacy.collections` flag is enabled.