From efa8bfcf0e48864da2814cd7b39ff5442c27701e Mon Sep 17 00:00:00 2001 From: Romain de Laage Date: Wed, 9 Nov 2022 15:38:11 +0100 Subject: [PATCH] Use custom home page in PWA --- ui/static_manifest.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/static_manifest.go b/ui/static_manifest.go index f3726ad6..b1a5284d 100644 --- a/ui/static_manifest.go +++ b/ui/static_manifest.go @@ -59,7 +59,7 @@ func (h *handler) showWebManifest(w http.ResponseWriter, r *http.Request) { ShortName: "Miniflux", Description: "Minimalist Feed Reader", Display: displayMode, - StartURL: route.Path(h.router, "unread"), + StartURL: route.Path(h.router, "login"), ThemeColor: themeColor, BackgroundColor: themeColor, Icons: []webManifestIcon{