mirror of
https://github.com/bastienwirtz/homer.git
synced 2024-11-07 08:44:00 +01:00
Merge pull request #100 from fbartels/start_url
Explicitly define start_url
This commit is contained in:
commit
4bfcc5bc95
4
.gitignore
vendored
4
.gitignore
vendored
@ -21,4 +21,6 @@ yarn-error.log*
|
||||
*.sw?
|
||||
|
||||
# App configuration
|
||||
config.yml
|
||||
config.yml
|
||||
|
||||
.drone.yml
|
@ -10,6 +10,9 @@ module.exports = {
|
||||
publicPath: "",
|
||||
pwa: {
|
||||
manifestPath: "assets/manifest.json",
|
||||
manifestOptions: {
|
||||
start_url: '../',
|
||||
},
|
||||
appleMobileWebAppStatusBarStyle: "black",
|
||||
appleMobileWebAppCapable: "yes",
|
||||
name: "Homer Dashboard",
|
||||
|
Loading…
Reference in New Issue
Block a user