Skip to content

Commit bab6d50

Browse files
authored
fix webmanifest image link
1 parent 65eebc6 commit bab6d50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/images/site.webmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"short_name": "",
44
"icons": [
55
{
6-
"src": "/android-chrome-192x192.png",
6+
"src": "/images/android-chrome-192x192.png",
77
"sizes": "192x192",
88
"type": "image/png"
99
},
1010
{
11-
"src": "/android-chrome-512x512.png",
11+
"src": "/images/android-chrome-512x512.png",
1212
"sizes": "512x512",
1313
"type": "image/png"
1414
}

0 commit comments

Comments
 (0)