Skip to content

Commit 7329200

Browse files
committed
Add new favicon
1 parent db1b2f5 commit 7329200

4 files changed

Lines changed: 3 additions & 12 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Inside of your Astro project, you'll see the following folders and files:
1919
```text
2020
/
2121
├── public/
22-
│ └── favicon.svg
22+
│ └── favicon.png
2323
├── src/
2424
│ ├── layouts/
2525
│ │ └── Layout.astro

public/favicon.png

912 KB
Loading

public/favicon.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/layouts/Layout.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width" />
6-
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
6+
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
77
<meta name="generator" content={Astro.generator} />
8-
<title>Astro Basics</title>
8+
<title>OSS Communities</title>
99
</head>
1010
<body>
1111
<slot />

0 commit comments

Comments
 (0)