Skip to content

Commit

Permalink
fix some other url bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
miolane committed May 16, 2019
1 parent 1312b17 commit 22b7848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/images/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"background_color": "#fff",
"icons": [
{
"src": "/assets/favicon_192.png",
"src": "../assets/favicon_192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/assets/favicon_512.png",
"src": "../assets/favicon_512.png",
"sizes": "512x512",
"type": "image/png"
}
Expand Down

0 comments on commit 22b7848

Please sign in to comment.