Explicitly define start_url

Relates to #99

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2020-06-29 11:28:12 +02:00
parent a9aed9f9e2
commit a503c5743e
2 changed files with 6 additions and 1 deletions

2
.gitignore vendored
View File

@ -22,3 +22,5 @@ yarn-error.log*
# App configuration # App configuration
config.yml config.yml
.drone.yml

View File

@ -10,6 +10,9 @@ module.exports = {
publicPath: "", publicPath: "",
pwa: { pwa: {
manifestPath: "assets/manifest.json", manifestPath: "assets/manifest.json",
manifestOptions: {
start_url: '../',
},
appleMobileWebAppStatusBarStyle: "black", appleMobileWebAppStatusBarStyle: "black",
appleMobileWebAppCapable: "yes", appleMobileWebAppCapable: "yes",
name: "Homer Dashboard", name: "Homer Dashboard",