astro/.changeset/giant-shirts-sing.md
github-actions[bot] 9763b255dd
Version Packages (next) (#1745)
* Version Packages (next)

* chore: update changelog

* chore: update CHANGELOG

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nate Moore <nate@skypack.dev>
2021-11-09 12:59:13 -06:00

9 lines
283 B
Markdown

---
'astro': patch
---
Improve support for Astro config files.
In addition to properly loading `.cjs` and `.js` files in all cases, Astro now supports `astro.config.ts` files.
For convenience, you may now also move your `astro.config.js` file to a top-level `config/` directory.