fix wrong start_url when application is running with a context path (fixes #993)

This commit is contained in:
Athou
2022-03-21 18:34:31 +01:00
parent 5a2aa7cd4b
commit 5c6ea23e0f

View File

@@ -26,6 +26,7 @@
"density": "4.0" "density": "4.0"
} }
], ],
"start_url": "/", "scope": ".",
"start_url": "./",
"display": "standalone" "display": "standalone"
} }