Skip to content

Commit e0579c5

Browse files
committed
Make link to favicon relative
1 parent 9b848c2 commit e0579c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Coderef</title>
7-
<link rel='shortcut icon' type='image/x-icon' href='/favicon.ico' />
7+
<link rel='shortcut icon' type='image/x-icon' href='./favicon.ico' />
88
<meta name="theme-color" content="#000"/>
99
<link rel="stylesheet" type="text/css" href="./style.css">
1010
<script type="module" src="./main.js"></script>

0 commit comments

Comments
 (0)