Skip to content

Commit 040a06d

Browse files
authored
Merge pull request #214 from janbrasna/fix/favicon-404s
Fix broken favicons
2 parents 47644df + 5dfc34d commit 040a06d

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

src/images/.keep

Whitespace-only changes.

src/images/favicon.png

885 Bytes
Loading

src/templates/index.ejs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@
1717
<meta name="author" content="<%= htmlWebpackPlugin.options.constants.author %>">
1818
<meta name="description" content="<%= htmlWebpackPlugin.options.constants.description %>">
1919
<meta property="og:title" content="<%= htmlWebpackPlugin.options.constants.title %>">
20-
21-
<!-- favicon stuff -->
22-
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="/images/favicons/apple-touch-icon-180x180.png">
23-
<link rel="icon" type="image/png" sizes="196x196" href="/images/favicons/favicon-196x196.png">
24-
<link rel="shortcut icon" href="/images/favicons/favicon.ico">
20+
<link rel="icon" type="image/png" href="/images/favicon.png">
2521

2622
<title><%= htmlWebpackPlugin.options.title %></title>
2723
</head>

0 commit comments

Comments
 (0)