[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:
parent
cffc44f0f4
commit
8bc467fb07
@ -52,7 +52,7 @@
|
|||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"start_url": "./index.html",
|
"start_url": "./",
|
||||||
"background_color": "#000000",
|
"background_color": "#000000",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"theme_color": "#20a5d6"
|
"theme_color": "#20a5d6"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user