summaryrefslogtreecommitdiff
path: root/src/client/assets/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/assets/manifest.json')
-rw-r--r--src/client/assets/manifest.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/assets/manifest.json b/src/client/assets/manifest.json
index f5a1d47a8a..48030a2980 100644
--- a/src/client/assets/manifest.json
+++ b/src/client/assets/manifest.json
@@ -7,12 +7,12 @@
"theme_color": "#86b300",
"icons": [
{
- "src": "/assets/icons/192.png",
+ "src": "/static-assets/icons/192.png",
"sizes": "192x192",
"type": "image/png"
},
{
- "src": "/assets/icons/512.png",
+ "src": "/static-assets/icons/512.png",
"sizes": "512x512",
"type": "image/png"
}