Skip to content

Commit

Permalink
fix(create-app): remove favicon link in vanilla template
Browse files Browse the repository at this point in the history
close #1340
  • Loading branch information
yyx990803 committed Jan 4, 2021
1 parent 60a4708 commit d9df7eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/create-app/template-vanilla/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
</head>
Expand Down

0 comments on commit d9df7eb

Please sign in to comment.