Update file structure

This commit is contained in:
prototypa
2023-07-27 14:56:51 -04:00
parent 85868395f6
commit d4d826676e

View File

@ -80,6 +80,7 @@ Inside AstroWind template, you'll see the following folders and files:
│ ├── components/
│ │ ├── blog/
│ │ ├── common/
│ │ ├── ui/
│ │ ├── widgets/
│ │ │ ├── Header.astro
│ │ │ └── ...
@ -108,7 +109,7 @@ Inside AstroWind template, you'll see the following folders and files:
│ │ └── ...
│ ├── utils/
│ ├── config.mjs
│ └── data.js
│ └── navigation.js
├── package.json
├── astro.config.mjs
└── ...