change start_url in manifest.json to "/"

This commit is contained in:
2018-06-03 18:28:12 +03:00
parent 09b14917e4
commit 8d59dd5f1e

View File

@@ -8,7 +8,7 @@
"type": "image/x-icon" "type": "image/x-icon"
} }
], ],
"start_url": "./index.html", "start_url": "./",
"display": "standalone", "display": "standalone",
"theme_color": "#000000", "theme_color": "#000000",
"background_color": "#ffffff" "background_color": "#ffffff"