From b9977f06c520f5db408e1f3e635d744946cac004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20B?= <54446028+prototypa@users.noreply.github.com> Date: Thu, 29 Aug 2024 16:21:50 -0400 Subject: [PATCH] Rename astro.config.mjs to astro.config.ts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 275e210..3cdaefb 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ Inside **AstroWind** template, you'll see the following folders and files: │ ├── config.yaml │ └── navigation.js ├── package.json -├── astro.config.mjs +├── astro.config.ts └── ... ```