mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
3f02d5f12b
* 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
7 lines
227 B
Markdown
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.
|