]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Add crossorigin use-credentials attribute to manifest tag 214/head
authorPatrick Koenig <pkoenig10@gmail.com>
Sun, 25 Apr 2021 21:38:41 +0000 (14:38 -0700)
committerGitHub <noreply@github.com>
Sun, 25 Apr 2021 21:38:41 +0000 (14:38 -0700)
vue.config.js

index 8e84dfe4bf2a72724d55466e4dce2f4959082806..410acc89ce30a0cd6bccd1bdd8dda871fd9c8978 100644 (file)
@@ -12,6 +12,7 @@ module.exports = {
   publicPath: "",
   pwa: {
     manifestPath: "assets/manifest.json",
+    manifestCrossorigin: "use-credentials",
     appleMobileWebAppStatusBarStyle: "black",
     appleMobileWebAppCapable: "yes",
     name: manifestOptions.name,