[IDC-2052] PWA start url (#2070)

Change start_url in manifest.json from "./index.html" to "./"

Co-authored-by: Woonchan Cho <wcho24@wustl.edu>
This commit is contained in:
Woonchan Cho 2020-09-30 05:16:18 -05:00 committed by GitHub
parent cffc44f0f4
commit 8bc467fb07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@
"type": "image/png"
}
],
"start_url": "./index.html",
"start_url": "./",
"background_color": "#000000",
"display": "standalone",
"theme_color": "#20a5d6"