Skip to content

Commit edd9da0

Browse files
committed
Fix: Make favicon paths relative for consistency
1 parent 78fd006 commit edd9da0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<head>
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
7-
<link href="/img/64.png" rel="shortcut icon" />
8-
<link rel="icon" type="image/png" href="/img/64.png" />
7+
<link href="img/64.png" rel="shortcut icon" />
8+
<link rel="icon" type="image/png" href="img/64.png" />
99
<link rel="manifest" href="./manifest.json" />
1010
<meta name="theme-color" content="#0052cc" />
1111
<meta name="mobile-web-app-capable" content="yes" />

0 commit comments

Comments
 (0)