forked from extern/homer
Add crossorigin use-credentials attribute to manifest tag
This commit is contained in:
parent
7596bc527f
commit
2428998313
@ -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