소스 검색

Use custom home page in PWA

Romain de Laage 3 년 전
부모
커밋
efa8bfcf0e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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{