aboutsummaryrefslogtreecommitdiffhomepage
path: root/vue.config.js
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2021-09-13 13:09:40 -0700
committerGitHub <noreply@github.com>2021-09-13 13:09:40 -0700
commit92d5b8d424cbd4c227c9c76931930787deec4a2f (patch)
treeaa52c1955c9cf210bd95ad32e20f1b4286f7c0a7 /vue.config.js
parent97f0c43ccc724ec4502e55f73874a89f822f0a81 (diff)
parent55c3ea4d92b0c5628ead4475ae7359bbf2cc59c4 (diff)
downloadhomer-92d5b8d424cbd4c227c9c76931930787deec4a2f.tar.gz
homer-92d5b8d424cbd4c227c9c76931930787deec4a2f.tar.zst
homer-92d5b8d424cbd4c227c9c76931930787deec4a2f.zip
Merge branch 'main' into main
Diffstat (limited to 'vue.config.js')
-rw-r--r--vue.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/vue.config.js b/vue.config.js
index 8e84dfe..410acc8 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -12,6 +12,7 @@ module.exports = {
12 publicPath: "", 12 publicPath: "",
13 pwa: { 13 pwa: {
14 manifestPath: "assets/manifest.json", 14 manifestPath: "assets/manifest.json",
15 manifestCrossorigin: "use-credentials",
15 appleMobileWebAppStatusBarStyle: "black", 16 appleMobileWebAppStatusBarStyle: "black",
16 appleMobileWebAppCapable: "yes", 17 appleMobileWebAppCapable: "yes",
17 name: manifestOptions.name, 18 name: manifestOptions.name,