We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73fadd7 commit afda495Copy full SHA for afda495
1 file changed
public/index.html
@@ -7,8 +7,10 @@
7
<meta charset="utf-8">
8
<meta http-equiv="X-UA-Compatible" content="IE=edge">
9
<meta name="viewport" content="width=device-width,initial-scale=1.0">
10
- <link rel="icon" type="image/png" sizes="64x64" href="/web-icons/favicon-64x64.png">
11
- <link rel="icon" type="image/png" sizes="32x32" href="/web-icons/favicon-32x32.png">
+ <link rel="icon" type="image/png" sizes="64x64" href="<%= BASE_URL %>/web-icons/favicon-64x64.png">
+ <link rel="icon" type="image/png" sizes="32x32" href="web-icons/favicon-32x32.png">
12
+ <link rel="icon" href="/favicon.ico" />
13
+ <link rel="icon" type="image/png" href="<%= BASE_URL %>favicon.ico" />
14
<title>Dashy</title>
15
</head>
16
0 commit comments