Update file structure
This commit is contained in:
@ -80,6 +80,7 @@ Inside AstroWind template, you'll see the following folders and files:
|
|||||||
│ ├── components/
|
│ ├── components/
|
||||||
│ │ ├── blog/
|
│ │ ├── blog/
|
||||||
│ │ ├── common/
|
│ │ ├── common/
|
||||||
|
│ │ ├── ui/
|
||||||
│ │ ├── widgets/
|
│ │ ├── widgets/
|
||||||
│ │ │ ├── Header.astro
|
│ │ │ ├── Header.astro
|
||||||
│ │ │ └── ...
|
│ │ │ └── ...
|
||||||
@ -108,7 +109,7 @@ Inside AstroWind template, you'll see the following folders and files:
|
|||||||
│ │ └── ...
|
│ │ └── ...
|
||||||
│ ├── utils/
|
│ ├── utils/
|
||||||
│ ├── config.mjs
|
│ ├── config.mjs
|
||||||
│ └── data.js
|
│ └── navigation.js
|
||||||
├── package.json
|
├── package.json
|
||||||
├── astro.config.mjs
|
├── astro.config.mjs
|
||||||
└── ...
|
└── ...
|
||||||
|
Reference in New Issue
Block a user