Merge pull request #506 from onwidget/prototypa-patch-1

Rename astro.config.mjs to astro.config.ts
This commit is contained in:
André B
2024-08-29 16:22:02 -04:00
committed by GitHub

View File

@@ -120,7 +120,7 @@ Inside **AstroWind** template, you'll see the following folders and files:
│ ├── config.yaml │ ├── config.yaml
│ └── navigation.js │ └── navigation.js
├── package.json ├── package.json
├── astro.config.mjs ├── astro.config.ts
└── ... └── ...
``` ```