Skip to content

Commit 97ff158

Browse files
authored
fix: remove non standard rel=shortcut (#6969)
1 parent 7f3d511 commit 97ff158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-ui/public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
7-
<link rel="shortcut icon" href="<%= webpackConfig.output.publicPath %>favicon.ico">
7+
<link rel="icon" href="<%= webpackConfig.output.publicPath %>favicon.ico">
88
<title>Vue CLI</title>
99
</head>
1010
<body>

0 commit comments

Comments
 (0)