Skip to content

Commit

Permalink
🔨 fix icon paths
Browse files Browse the repository at this point in the history
  • Loading branch information
devmount committed Jun 1, 2021
1 parent 55274a8 commit ac3a29d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="shortcut icon" href="favicon.ico">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>You Can Quit!</title>
<meta name="description" content="Track your progress and get encouraged on your way of quitting a bad habit.">
</head>
Expand Down
14 changes: 12 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
"src": "./img/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png"
}
]
},
{
"src": "./img/icons/apple-touch-icon-152x152.png",
"sizes": "152x152",
"type": "image/png"
},
{
"src": "./img/icons/favicon-16x16.png",
"sizes": "16x16",
"type": "image/png"
}
]
}

0 comments on commit ac3a29d

Please sign in to comment.