Skip to content

Commit

Permalink
Fix: Path to icon in manifest
Browse files Browse the repository at this point in the history
Make the link absolute.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Fix #479

Co-authored-by: Robert Linder <[email protected]>
  • Loading branch information
molant and Malvoz committed May 25, 2019
1 parent ad11fa0 commit ec9b221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webhint-theme/source/static/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"background_color": "#e6e6e6",
"icons": [
{
"src": "images/manifest-icon.png",
"src": "/images/manifest-icon.png",
"sizes": "512x512",
"type": "image/png"
}
Expand Down

0 comments on commit ec9b221

Please sign in to comment.