mirror of
https://github.com/bastienwirtz/homer.git
synced 2024-11-07 00:34:03 +01:00
Explicitly define start_url
Relates to #99 Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
a9aed9f9e2
commit
a503c5743e
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