Skip to content

Commit 7772994

Browse files
Hyrayyx990803
authored andcommitted
Fix path to favicon (vuejs#106)
logo.png 404's at the moment
1 parent a2fbe5f commit 7772994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Vue HN 2.0</title>
66
<meta name="mobile-web-app-capable" content="yes">
77
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
8-
<link rel="shortcut icon" sizes="48x48" href="/logo.png">
8+
<link rel="shortcut icon" sizes="48x48" href="/public/logo-48.png">
99
<meta name="theme-color" content="#f60">
1010
<link rel="manifest" href="/manifest.json">
1111
</head>

0 commit comments

Comments
 (0)