mirror of
https://github.com/taigrr/homer
synced 2025-01-18 04:53:12 -08:00
Merge pull request #100 from fbartels/start_url
Explicitly define start_url
This commit is contained in:
commit
4bfcc5bc95
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…
x
Reference in New Issue
Block a user