Skip to content

Commit

Permalink
Add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-unfolds committed May 14, 2018
1 parent 4bc2a24 commit 297e008
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file added src/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="Stimmy Things">
<link rel="apple-touch-icon" sizes="57x57" href="/assets/Icons/phone_icn_square.png">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="manifest" href="manifest.json">
</head>
Expand Down
3 changes: 2 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ const prodConfig = {
new MiniCssExtractPlugin(),
new CopyWebpackPlugin([
{ from: 'src/assets', to: 'assets' },
{ from: 'src/manifest.json' }
{ from: 'src/manifest.json' },
{ from: 'src/favicon.ico' }
]),
new GenerateSW({
clientsClaim: true,
Expand Down

0 comments on commit 297e008

Please sign in to comment.