From 27fb577abab4dba7c3edafc396421644ee9e7c5e Mon Sep 17 00:00:00 2001 From: Kit La Touche Date: Fri, 8 Nov 2024 22:06:59 -0500 Subject: Fix start path in manifest --- ui/static/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/static/manifest.json') diff --git a/ui/static/manifest.json b/ui/static/manifest.json index 2d4cf39..29e3e90 100644 --- a/ui/static/manifest.json +++ b/ui/static/manifest.json @@ -1,7 +1,7 @@ { "name": "Pilcrow", "short_name": "Pilcrow", - "start_url": "index.html", + "start_url": "/", "display": "standalone", "background_color": "#fdfdfd", "theme_color": "#db4938", -- cgit v1.2.3