🔀 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:
Alicia Sykes
2023-01-29 21:32:25 +00:00
committed by GitHub

View File

@@ -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",