File tree Expand file tree Collapse file tree 1 file changed +14
-9
lines changed
Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -44,14 +44,20 @@ Inside of your Astro project, you'll see the following folders and files:
4444├── package-lock.json
4545├── public
4646│ ├── assets
47- │ ├── humans.txt
48- │ ├── manifest.webmanifest
49- │ ├── map
50- │ ├── responses
51- │ ├── robots.txt
52- │ ├── service-worker.js
53- │ ├── sitemap-index.html
54- │ └── sounds
47+ │ ├── 512x512.png
48+ │ ├── apple-touch-icon.png
49+ │ ├── favicon.ico
50+ │ ├── favicon.svg
51+ │ ├── fonts
52+ │ ├── icons
53+ │ ├── images
54+ │ ├── json
55+ │ ├── media
56+ │ ├── site.webmanifest
57+ │ ├── robots.txt
58+ │ ├── service-worker.js
59+ │ ├── sitemap-index.html
60+ │ └── sounds
5561├── README.md
5662├── setup-hooks.sh
5763├── src
@@ -64,7 +70,6 @@ Inside of your Astro project, you'll see the following folders and files:
6470│ ├── article
6571│ ├── blog
6672│ ├── stories
67- │ └── terms-and-conditions.md
6873│ ├── content.config.ts
6974│ ├── data
7075│ ├── env.d.ts
You can’t perform that action at this time.
0 commit comments