summaryrefslogtreecommitdiff
path: root/examples/basics/README.md
diff options
context:
space:
mode:
authorGravatar Nate Moore <natemoo-re@users.noreply.github.com> 2022-08-17 15:19:04 -0500
committerGravatar GitHub <noreply@github.com> 2022-08-17 15:19:04 -0500
commit41b81d0d7eab192a0999f9f4601ce27840834875 (patch)
tree685374b7841e97b523975e55b3a1e8959ec3a26f /examples/basics/README.md
parent1beb3f9747cada94db175a22e98fef0917f83e66 (diff)
downloadastro-41b81d0d7eab192a0999f9f4601ce27840834875.tar.gz
astro-41b81d0d7eab192a0999f9f4601ce27840834875.tar.zst
astro-41b81d0d7eab192a0999f9f4601ce27840834875.zip
Switch examples favicon to use svg (#4331)
* chore(examples): switch favicon to svg * chore: astro.svg => favicon.svg * Update examples/basics/README.md Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
Diffstat (limited to 'examples/basics/README.md')
-rw-r--r--examples/basics/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basics/README.md b/examples/basics/README.md
index 9013757b7..96e3e151d 100644
--- a/examples/basics/README.md
+++ b/examples/basics/README.md
@@ -11,7 +11,7 @@ Inside of your Astro project, you'll see the following folders and files:
```
/
├── public/
-│ └── favicon.ico
+│ └── favicon.svg
├── src/
│ ├── components/
│ │ └── Layout.astro