diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2021-04-30 09:28:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-30 09:28:27 -0700 |
commit | 996011956b97566849167ccd6ec470ab38b0ec60 (patch) | |
tree | 59ed584580f59c866c29d838a5b0916213f2c87f /vue.config.js | |
parent | 7596bc527f5b995bedd6a77ed71b6e1feba1364d (diff) | |
parent | 24289983135783541ffc58cc986168e3efe25c62 (diff) | |
download | homer-996011956b97566849167ccd6ec470ab38b0ec60.tar.gz homer-996011956b97566849167ccd6ec470ab38b0ec60.tar.zst homer-996011956b97566849167ccd6ec470ab38b0ec60.zip |
Merge pull request #214 from pkoenig10/patch-1
Add crossorigin use-credentials attribute to manifest tag
Diffstat (limited to 'vue.config.js')
-rw-r--r-- | vue.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vue.config.js b/vue.config.js index 8e84dfe..410acc8 100644 --- a/vue.config.js +++ b/vue.config.js | |||
@@ -12,6 +12,7 @@ module.exports = { | |||
12 | publicPath: "", | 12 | publicPath: "", |
13 | pwa: { | 13 | pwa: { |
14 | manifestPath: "assets/manifest.json", | 14 | manifestPath: "assets/manifest.json", |
15 | manifestCrossorigin: "use-credentials", | ||
15 | appleMobileWebAppStatusBarStyle: "black", | 16 | appleMobileWebAppStatusBarStyle: "black", |
16 | appleMobileWebAppCapable: "yes", | 17 | appleMobileWebAppCapable: "yes", |
17 | name: manifestOptions.name, | 18 | name: manifestOptions.name, |