Add crossorigin use-credentials attribute to manifest tag

This commit is contained in:
Patrick Koenig 2021-04-25 14:38:41 -07:00 committed by GitHub
parent 7596bc527f
commit 2428998313
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ module.exports = {
publicPath: "",
pwa: {
manifestPath: "assets/manifest.json",
manifestCrossorigin: "use-credentials",
appleMobileWebAppStatusBarStyle: "black",
appleMobileWebAppCapable: "yes",
name: manifestOptions.name,