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: "",
|
publicPath: "",
|
||||||
pwa: {
|
pwa: {
|
||||||
manifestPath: "assets/manifest.json",
|
manifestPath: "assets/manifest.json",
|
||||||
|
manifestCrossorigin: "use-credentials",
|
||||||
appleMobileWebAppStatusBarStyle: "black",
|
appleMobileWebAppStatusBarStyle: "black",
|
||||||
appleMobileWebAppCapable: "yes",
|
appleMobileWebAppCapable: "yes",
|
||||||
name: manifestOptions.name,
|
name: manifestOptions.name,
|
||||||
|
Loading…
Reference in New Issue
Block a user