aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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,