Skip to content

Commit 894aa5f

Browse files
committed
[pwa]: added ./ as prefix before source in icons under manifest.json;
1 parent 791bf4b commit 894aa5f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33
"name": "React Pipeline from Maifee Ul Asad",
44
"icons": [
55
{
6-
"src": "favicon.ico",
6+
"src": "./favicon.ico",
77
"sizes": "64x64 32x32 24x24 16x16",
88
"type": "image/x-icon",
99
"purpose": "any"
1010
},
1111
{
12-
"src": "logo144.png",
12+
"src": "./logo144.png",
1313
"type": "image/png",
1414
"sizes": "144x144",
1515
"purpose": "any"
1616
},
1717
{
18-
"src": "logo192.png",
18+
"src": "./logo192.png",
1919
"type": "image/png",
2020
"sizes": "192x192",
2121
"purpose": "maskable"
2222
},
2323
{
24-
"src": "logo512.png",
24+
"src": "./logo512.png",
2525
"type": "image/png",
2626
"sizes": "512x512",
2727
"purpose": "maskable"

0 commit comments

Comments
 (0)