Skip to content

Commit f51a98e

Browse files
Fix path to static files (#274)
It looks like the path to the files was incorrect.
1 parent 51d17bd commit f51a98e

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

get_together/static/favicon/site.webmanifest

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,37 @@
33
"short_name": "GetTogether",
44
"icons": [
55
{
6-
"src": "/android-chrome-36x36.png",
6+
"src": "/static/favicon/android-chrome-36x36.png",
77
"sizes": "36x36",
88
"type": "image/png"
99
},
1010
{
11-
"src": "/android-chrome-48x48.png",
11+
"src": "/static/favicon/android-chrome-48x48.png",
1212
"sizes": "48x48",
1313
"type": "image/png"
1414
},
1515
{
16-
"src": "/android-chrome-72x72.png",
16+
"src": "/static/favicon/android-chrome-72x72.png",
1717
"sizes": "72x72",
1818
"type": "image/png"
1919
},
2020
{
21-
"src": "/android-chrome-96x96.png",
21+
"src": "/static/favicon/android-chrome-96x96.png",
2222
"sizes": "96x96",
2323
"type": "image/png"
2424
},
2525
{
26-
"src": "/android-chrome-144x144.png",
26+
"src": "/static/favicon/android-chrome-144x144.png",
2727
"sizes": "144x144",
2828
"type": "image/png"
2929
},
3030
{
31-
"src": "/android-chrome-192x192.png",
31+
"src": "/static/favicon/android-chrome-192x192.png",
3232
"sizes": "192x192",
3333
"type": "image/png"
3434
},
3535
{
36-
"src": "/android-chrome-256x256.png",
36+
"src": "/static/favicon/android-chrome-256x256.png",
3737
"sizes": "256x256",
3838
"type": "image/png"
3939
}

0 commit comments

Comments
 (0)