Merge pull request #214 from pkoenig10/patch-1

Add crossorigin use-credentials attribute to manifest tag
This commit is contained in:
Bastien Wirtz 2021-04-30 09:28:27 -07:00 committed by GitHub
commit 996011956b
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,