🔀 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
commit 221aeb5441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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