mirror of
https://github.com/bastienwirtz/homer.git
synced 2024-11-07 08:44:00 +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
2
.gitignore
vendored
2
.gitignore
vendored
@ -22,3 +22,5 @@ yarn-error.log*
|
|||||||
|
|
||||||
# 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
Block a user