fix (possible): PWA blank screen (#1523)

Possible fix for blank screen on PWA. #1077

https://stackoverflow.com/questions/54928050/vue-pwa-blank-screen-after-closing-the-app
This commit is contained in:
zierbeek 2022-08-03 00:06:26 +02:00 committed by GitHub
parent 11478134a1
commit ea42350244
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,8 +75,8 @@
"type": "image/png" "type": "image/png"
} }
], ],
"start_url": ".", "start_url": "/",
"display": "standalone", "display": "standalone",
"background_color": "#FFFFFF", "background_color": "#FFFFFF",
"theme_color": "#E58325" "theme_color": "#E58325"
} }