Skip to content

Commit

Permalink
Merge pull request #214 from janbrasna/fix/favicon-404s
Browse files Browse the repository at this point in the history
Fix broken favicons
  • Loading branch information
gene1wood authored Dec 27, 2023
2 parents 47644df + 5dfc34d commit 040a06d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
Empty file removed src/images/.keep
Empty file.
Binary file added src/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 1 addition & 5 deletions src/templates/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@
<meta name="author" content="<%= htmlWebpackPlugin.options.constants.author %>">
<meta name="description" content="<%= htmlWebpackPlugin.options.constants.description %>">
<meta property="og:title" content="<%= htmlWebpackPlugin.options.constants.title %>">

<!-- favicon stuff -->
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="/images/favicons/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" sizes="196x196" href="/images/favicons/favicon-196x196.png">
<link rel="shortcut icon" href="/images/favicons/favicon.ico">
<link rel="icon" type="image/png" href="/images/favicon.png">

<title><%= htmlWebpackPlugin.options.title %></title>
</head>
Expand Down

0 comments on commit 040a06d

Please sign in to comment.