PWA: Revert "start_url" in manifest.json template

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2022-12-16 14:51:01 +01:00
parent 7c671e0dfc
commit 4c81d8b7e1

View file

@ -80,7 +80,7 @@
} }
], ],
"scope": "{{ .config.BaseUri }}/", "scope": "{{ .config.BaseUri }}/",
"start_url": "{{ .config.BaseUri }}/library/", "start_url": "{{ .config.BaseUri }}/",
"display": "{{ .config.AppMode }}", "display": "{{ .config.AppMode }}",
"theme_color": "#000000", "theme_color": "#000000",
"background_color": "#000000", "background_color": "#000000",