Skip to content

Commit

Permalink
[IDC-2052] PWA start url (#2070)
Browse files Browse the repository at this point in the history
Change start_url in manifest.json from "./index.html" to "./"

Co-authored-by: Woonchan Cho <[email protected]>
  • Loading branch information
WoonchanCho and chipswithvinegar authored Sep 30, 2020
1 parent cffc44f commit 8bc467f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/viewer/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"type": "image/png"
}
],
"start_url": "./index.html",
"start_url": "./",
"background_color": "#000000",
"display": "standalone",
"theme_color": "#20a5d6"
Expand Down

0 comments on commit 8bc467f

Please sign in to comment.