Skip to content

Commit c91371a

Browse files
committed
🔨 Fixed 'Favicon Not Showing Bug'
1 parent 19b9ab6 commit c91371a

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
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="utf-8" />
6-
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
6+
<link rel="icon" href="%PUBLIC_URL%/favicon/favicon.ico" />
77
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width" />
88
<meta name="theme-color" content="#339989" />
99
<meta name="description" content="A react app to preview and edit Markdown" />

0 commit comments

Comments
 (0)