diff options
| author | Kit La Touche <kit@transneptune.net> | 2024-11-08 22:06:59 -0500 |
|---|---|---|
| committer | Kit La Touche <kit@transneptune.net> | 2024-11-08 22:06:59 -0500 |
| commit | 27fb577abab4dba7c3edafc396421644ee9e7c5e (patch) | |
| tree | b5c43c9d61c631c78797102e8b7349c4f8092536 /ui/static/manifest.json | |
| parent | cae917ee04c1b421107108d809f545cbf414cfae (diff) | |
Fix start path in manifest
Diffstat (limited to 'ui/static/manifest.json')
| -rw-r--r-- | ui/static/manifest.json | 2 |
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", |
