From 5b167031d2c84956c51e7124d4811c6086257830 Mon Sep 17 00:00:00 2001 From: Deluan Date: Thu, 1 Oct 2020 12:04:38 -0400 Subject: [PATCH] Enable PWA's when setting BaseURL --- ui/public/index.html | 1 - ui/public/manifest.json | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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" }