Skip to content

Commit

Permalink
Fix path to static files (GetTogetherComm#274)
Browse files Browse the repository at this point in the history
It looks like the path to the files was incorrect.
  • Loading branch information
vergissberlin authored Apr 12, 2020
1 parent 51d17bd commit f51a98e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions get_together/static/favicon/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,37 @@
"short_name": "GetTogether",
"icons": [
{
"src": "/android-chrome-36x36.png",
"src": "/static/favicon/android-chrome-36x36.png",
"sizes": "36x36",
"type": "image/png"
},
{
"src": "/android-chrome-48x48.png",
"src": "/static/favicon/android-chrome-48x48.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "/android-chrome-72x72.png",
"src": "/static/favicon/android-chrome-72x72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "/android-chrome-96x96.png",
"src": "/static/favicon/android-chrome-96x96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "/android-chrome-144x144.png",
"src": "/static/favicon/android-chrome-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "/android-chrome-192x192.png",
"src": "/static/favicon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-256x256.png",
"src": "/static/favicon/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
Expand Down

0 comments on commit f51a98e

Please sign in to comment.