Merge pull request #100 from fbartels/start_url

Explicitly define start_url
This commit is contained in:
Bastien Wirtz 2020-07-04 18:11:08 -07:00 committed by GitHub
commit 4bfcc5bc95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",