Rename astro.config.mjs to astro.config.ts

This commit is contained in:
André B
2024-08-29 16:21:50 -04:00
committed by GitHub
parent 76e8193f82
commit b9977f06c5

View File

@@ -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
└── ...
```