aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorPatrick Koenig <pkoenig10@gmail.com>2021-04-25 14:38:41 -0700
committerGitHub <noreply@github.com>2021-04-25 14:38:41 -0700
commit24289983135783541ffc58cc986168e3efe25c62 (patch)
tree59ed584580f59c866c29d838a5b0916213f2c87f
parent7596bc527f5b995bedd6a77ed71b6e1feba1364d (diff)
downloadhomer-24289983135783541ffc58cc986168e3efe25c62.tar.gz
homer-24289983135783541ffc58cc986168e3efe25c62.tar.zst
homer-24289983135783541ffc58cc986168e3efe25c62.zip
Add crossorigin use-credentials attribute to manifest tag
-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,