forked from extern/homer
Merge pull request #214 from pkoenig10/patch-1
Add crossorigin use-credentials attribute to manifest tag
This commit is contained in:
commit
996011956b
@ -12,6 +12,7 @@ module.exports = {
|
||||
publicPath: "",
|
||||
pwa: {
|
||||
manifestPath: "assets/manifest.json",
|
||||
manifestCrossorigin: "use-credentials",
|
||||
appleMobileWebAppStatusBarStyle: "black",
|
||||
appleMobileWebAppCapable: "yes",
|
||||
name: manifestOptions.name,
|
||||
|
Loading…
Reference in New Issue
Block a user