mirror of https://github.com/bastienwirtz/homer
Explicitly define start_url
Relates to #99 Signed-off-by: Felix Bartels <felix@host-consultants.de>pull/100/head
parent
a9aed9f9e2
commit
a503c5743e
|
@ -21,4 +21,6 @@ yarn-error.log*
|
||||||
*.sw?
|
*.sw?
|
||||||
|
|
||||||
# App configuration
|
# App configuration
|
||||||
config.yml
|
config.yml
|
||||||
|
|
||||||
|
.drone.yml
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue