Skip to content

Commit e550d7a

Browse files
committed
Fix favicon issues
1 parent 0837944 commit e550d7a

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

assets/img/favicon-196.png

-552 Bytes
Loading

assets/img/favicon.ico

4.19 KB
Binary file not shown.

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<link rel="apple-touch-icon" sizes="120x120" href="assets/img/favicon-120.png">
2424
<link rel="apple-touch-icon" sizes="152x152" href="assets/img/favicon-152.png">
2525
<link rel="icon" sizes="196x196" href="assets/img/favicon-196.png">
26-
<link rel="shortcut icon" sizes="196x196" href="assets/img/favicon-196.png">
26+
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico">
2727
</head>
2828

2929
<body>

0 commit comments

Comments
 (0)