Skip to content

Commit

Permalink
Fix icons/src property so that it does not 404
Browse files Browse the repository at this point in the history
Signed-off-by: digitalbricklayer <[email protected]>
  • Loading branch information
digitalbricklayer authored and onweru committed Mar 5, 2024
1 parent 0c55215 commit 119e1ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/icons/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": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-256x256.png",
"src": "android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
Expand Down

0 comments on commit 119e1ca

Please sign in to comment.