Update project structure

This commit is contained in:
prototypa
2022-08-30 12:59:34 -04:00
committed by GitHub
parent baef675bd5
commit 83e8852142

View File

@ -78,9 +78,15 @@ Inside AstroWind template, you'll see the following folders and files:
│ | |── BaseLayout.astro │ | |── BaseLayout.astro
│ | └── ... │ | └── ...
│ ├── pages/ │ ├── pages/
│ | ├── blog/ │ | ├── [...blog]/
| | | ├── [...page].astro | | | ├── [...page].astro
| | | └── [slug].astro | | | └── [slug].astro
│ | ├── [...categories]/
| | | └── [category]/
| | | └── [...page].astro
│ | ├── [...tags]/
| | | └── [tag]/
| | | └── [...page].astro
│ | ├── index.astro │ | ├── index.astro
| | ├── 404.astro | | ├── 404.astro
| | └-- rss.xml.js | | └-- rss.xml.js