mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 02:15:09 +00: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 changed files with 6 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue