Skip to content

Commit e44d196

Browse files
Correction PWA
1 parent aff27cf commit e44d196

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

2025/src/manifest.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@
88
"display": "fullscreen",
99
"Scope": "/",
1010
"orientation": "portrait",
11-
"serviceworker": "./",
1211
"icons": [
1312
{
14-
"src": "/img/osm-logo-x256.png",
13+
"src": "./img/osm-logo-x256.png",
1514
"type": "image/png",
1615
"sizes": "256x256"
1716
},
1817
{
19-
"src": "/img/osm-logo-x512.png",
18+
"src": "./img/osm-logo-x512.png",
2019
"type": "image/png",
2120
"sizes": "512x512"
2221
} ],

0 commit comments

Comments
 (0)