Skip to content

Commit

Permalink
Fix icon 404's
Browse files Browse the repository at this point in the history
  • Loading branch information
developit authored and jakearchibald committed Nov 8, 2018
1 parent e0f0bd3 commit cd4ad7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#673ab8">
<link rel="shortcut icon" href="/assets/favicon.ico">
<link rel="manifest" href="/manifest.json">
</head>
<body>
Expand Down
6 changes: 3 additions & 3 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"theme_color": "#673ab8",
"icons": [
{
"src": "/assets/icon.png",
"src": "/assets/icon-large.png",
"type": "image/png",
"sizes": "512x512"
"sizes": "1024x1024"
}
]
}
}

0 comments on commit cd4ad7f

Please sign in to comment.