Skip to content

Commit d93e262

Browse files
Check favicon 404 error when remove link to favicon
1 parent 22c58bc commit d93e262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<link rel="icon" href="%PUBLIC_URL%/favicon.svg" />
5+
<!-- <link rel="icon" href="%PUBLIC_URL%/favicon.svg" /> -->
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<link rel="preconnect" href="https://fonts.googleapis.com">
88
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

0 commit comments

Comments
 (0)