summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKit La Touche <kit@transneptune.net>2024-11-08 22:06:59 -0500
committerKit La Touche <kit@transneptune.net>2024-11-08 22:06:59 -0500
commit27fb577abab4dba7c3edafc396421644ee9e7c5e (patch)
treeb5c43c9d61c631c78797102e8b7349c4f8092536
parentcae917ee04c1b421107108d809f545cbf414cfae (diff)
Fix start path in manifest
-rw-r--r--ui/static/manifest.json2
1 files changed, 1 insertions, 1 deletions
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",