From 036588ea2753e8f3ae347d3426e46f8354a03e30 Mon Sep 17 00:00:00 2001 From: natemoo-re Date: Tue, 9 Nov 2021 19:00:13 +0000 Subject: [PATCH] [ci] yarn format --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41da94a7ad87..193de74ac1a4 100644 --- a/CHANGELOG.md +++ b/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.