Skip to content

Commit

Permalink
Merge pull request #1176 from justjavac/patch-1
Browse files Browse the repository at this point in the history
fix webmanifest image link
  • Loading branch information
ehuss authored Dec 12, 2023
2 parents 65eebc6 + bab6d50 commit c8e077d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/images/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"src": "/images/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"src": "/images/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
Expand Down

0 comments on commit c8e077d

Please sign in to comment.