Skip to content

Commit 340f778

Browse files
committed
manifest.jsonにおけるアイコン指定で相対パスを使用
1 parent 7bb8a95 commit 340f778

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cpprefjp/static/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"name": "",
33
"icons": [
44
{
5-
"src": "/static/favicons/android-chrome-192x192.png",
5+
"src": "static/favicons/android-chrome-192x192.png",
66
"sizes": "192x192",
77
"type": "image/png"
88
},
99
{
10-
"src": "/static/favicons/android-chrome-512x512.png",
10+
"src": "static/favicons/android-chrome-512x512.png",
1111
"sizes": "512x512",
1212
"type": "image/png"
1313
}
1414
],
1515
"theme_color": "#f5f8fc",
1616
"background_color": "#f5f8fc",
1717
"display": "standalone"
18-
}
18+
}

0 commit comments

Comments
 (0)