Updated manifest's start_url to bare root path

This commit is contained in:
Kieran Eglin 2022-12-28 10:23:59 -08:00
parent 2f3cc1c354
commit da3b5bc4b7
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",