mirror of https://github.com/bastienwirtz/homer
Merge pull request #214 from pkoenig10/patch-1
Add crossorigin use-credentials attribute to manifest tagpull/219/head
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