Parcourir la source

Use custom home page in PWA

Romain de Laage il y a 3 ans
Parent
commit
efa8bfcf0e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      ui/static_manifest.go

+ 1 - 1
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{