We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0a150 commit a0a9da2Copy full SHA for a0a9da2
site/dist/index.html
@@ -2,6 +2,9 @@
2
3
<head>
4
<meta charset="utf-8" />
5
+ <link rel="mask-icon" href="/favicon.svg" color="#000000" />
6
+ <link rel="alternate icon" type="image/png" href="/favicon.png" />
7
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
8
<meta name="viewport" content="width=device-width, initial-scale=1" />
9
<meta name="application-name" content="Coder" />
10
<title>Coder</title>
0 commit comments