Skip to content

Commit af6a724

Browse files
committed
Update README.md
1 parent 4b28583 commit af6a724

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

README.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)