diff --git a/ui/public/index.html b/ui/public/index.html
index 73b534958..47afc9a2c 100644
--- a/ui/public/index.html
+++ b/ui/public/index.html
@@ -10,7 +10,6 @@
-
diff --git a/ui/public/manifest.json b/ui/public/manifest.json
index 5bd8cf941..6d2fa9368 100644
--- a/ui/public/manifest.json
+++ b/ui/public/manifest.json
@@ -4,17 +4,17 @@
"description": "Navidrome, an open source web-based music collection server and streamer",
"categories": ["music", "entertainment"],
"display": "standalone",
- "start_url": "/app/",
+ "start_url": "./",
"background_color": "white",
"theme_color": "blue",
"icons": [
{
- "src": "/app/android-chrome-192x192.png",
+ "src": "./android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
- "src": "/app/android-chrome-512x512.png",
+ "src": "./android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}