Skip to content

Commit c8e077d

Browse files
authored
Merge pull request #1176 from justjavac/patch-1
fix webmanifest image link
2 parents 65eebc6 + bab6d50 commit c8e077d

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)