mirror of https://github.com/Lissy93/dashy.git
🔀 Merge pull request #1026 from kieraneglin/FIX/add-to-homescreen-404
🐛 Update manifest.json's start_url to bare root path
This commit is contained in:
commit
221aeb5441
|
@ -3,7 +3,7 @@
|
|||
"short_name": "Dashy",
|
||||
"description": "A Dashboard for your Homelab",
|
||||
"scope": "/",
|
||||
"start_url": "./index.html",
|
||||
"start_url": "./",
|
||||
"display": "standalone",
|
||||
"background_color": "#0b1021",
|
||||
"theme_color": "#4DBA87",
|
||||
|
|
Loading…
Reference in New Issue