Skip to content

Commit a2f0d61

Browse files
authored
Fix manifest links
1 parent 969daf2 commit a2f0d61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site.webmanifest

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

0 commit comments

Comments
 (0)