summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--packages/astro/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 41da94a7a..193de74ac 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -6,7 +6,7 @@
- fbae2bc5: **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.
+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.