fix: resolve path to public assets in cloud

This commit is contained in:
Carlos Valente
2026-03-27 21:20:09 +01:00
committed by Carlos Valente
parent cc48ac8fd3
commit 23298bbe85
5 changed files with 43 additions and 9 deletions
+2 -2
View File
@@ -11,8 +11,8 @@
"type": "image/png"
}
],
"scope": "/",
"start_url": "/",
"scope": "./",
"start_url": "./",
"display": "",
"theme_color": "#121212",
"background_color": "#ffffff"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "",
"short_name": "",
"icons": [{ "src": "/ontime-logo.png", "sizes": "295x295", "type": "image/png" }],
"icons": [{ "src": "ontime-logo.png", "sizes": "295x295", "type": "image/png" }],
"theme_color": "#2B5ABC",
"background_color": "#101010",
"display": "standalone"