From 24289983135783541ffc58cc986168e3efe25c62 Mon Sep 17 00:00:00 2001 From: Patrick Koenig Date: Sun, 25 Apr 2021 14:38:41 -0700 Subject: Add crossorigin use-credentials attribute to manifest tag --- vue.config.js | 1 + 1 file changed, 1 insertion(+) 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 = { publicPath: "", pwa: { manifestPath: "assets/manifest.json", + manifestCrossorigin: "use-credentials", appleMobileWebAppStatusBarStyle: "black", appleMobileWebAppCapable: "yes", name: manifestOptions.name, -- cgit v1.2.3