Skip to content

Commit 026e4f1

Browse files
committed
chore(website): added simple favicon
1 parent ac9b30c commit 026e4f1

File tree

6 files changed

+17
-0
lines changed

6 files changed

+17
-0
lines changed

pages/_document.tsx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,23 @@ export default class MyDocument extends Document {
2525
href="https://fonts.googleapis.com/css2?family=Roboto&display=swap"
2626
rel="stylesheet"
2727
/>
28+
<link
29+
rel="apple-touch-icon"
30+
sizes="180x180"
31+
href="/apple-touch-icon.png"
32+
/>
33+
<link
34+
rel="icon"
35+
type="image/png"
36+
sizes="32x32"
37+
href="/favicon-32x32.png"
38+
/>
39+
<link
40+
rel="icon"
41+
type="image/png"
42+
sizes="16x16"
43+
href="/favicon-16x16.png"
44+
/>
2845
</Head>
2946
<body>
3047
<Main />

public/android-chrome-192x192.png

10.2 KB
Loading

public/android-chrome-512x512.png

29.3 KB
Loading

public/apple-touch-icon.png

9.11 KB
Loading

public/favicon-16x16.png

539 Bytes
Loading

public/favicon-32x32.png

1.09 KB
Loading

0 commit comments

Comments
 (0)