Skip to content

Commit afda495

Browse files
committed
⚗️ Re: gchq#163 - Updates path to favicon in index
1 parent 73fadd7 commit afda495

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

public/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
<meta charset="utf-8">
88
<meta http-equiv="X-UA-Compatible" content="IE=edge">
99
<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">
10+
<link rel="icon" type="image/png" sizes="64x64" href="<%= BASE_URL %>/web-icons/favicon-64x64.png">
11+
<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" />
1214
<title>Dashy</title>
1315
</head>
1416

0 commit comments

Comments
 (0)