blob: 17c0c507e8125d0834f9d70017e54f2effa266f4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
---
'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.
|