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

4
.gitignore vendored
View File

@ -21,4 +21,6 @@ yarn-error.log*
*.sw?
# App configuration
config.yml
config.yml
.drone.yml

View File

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