Skip to content

Commit

Permalink
Merge pull request bastienwirtz#100 from fbartels/start_url
Browse files Browse the repository at this point in the history
Explicitly define start_url
  • Loading branch information
bastienwirtz authored Jul 5, 2020
2 parents d3da4cf + a503c57 commit 4bfcc5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ yarn-error.log*
*.sw?

# App configuration
config.yml
config.yml

.drone.yml
3 changes: 3 additions & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ module.exports = {
publicPath: "",
pwa: {
manifestPath: "assets/manifest.json",
manifestOptions: {
start_url: '../',
},
appleMobileWebAppStatusBarStyle: "black",
appleMobileWebAppCapable: "yes",
name: "Homer Dashboard",
Expand Down

0 comments on commit 4bfcc5b

Please sign in to comment.