diff options
author | Pierre <397503+bemble@users.noreply.github.com> | 2022-05-09 23:47:05 +0200 |
---|---|---|
committer | Pierre <397503+bemble@users.noreply.github.com> | 2022-05-09 23:47:05 +0200 |
commit | bf2fcc6641643018bd5224ec2f8308173d54cfa4 (patch) | |
tree | 8046f8e937eed5b59d479f85080656053e46475d /vue.config.js | |
parent | 2ac75c05349ee4315bfdad238504e6693adc322d (diff) | |
download | homer-bf2fcc6641643018bd5224ec2f8308173d54cfa4.tar.gz homer-bf2fcc6641643018bd5224ec2f8308173d54cfa4.tar.zst homer-bf2fcc6641643018bd5224ec2f8308173d54cfa4.zip |
feat(pwa): enhance connectivity checks
Also add support to auth proxy such as Authelia
Diffstat (limited to 'vue.config.js')
-rw-r--r-- | vue.config.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vue.config.js b/vue.config.js index 410acc8..1645c2f 100644 --- a/vue.config.js +++ b/vue.config.js | |||
@@ -26,4 +26,7 @@ module.exports = { | |||
26 | msTileImage: "assets/icons/icon-any.png", | 26 | msTileImage: "assets/icons/icon-any.png", |
27 | }, | 27 | }, |
28 | }, | 28 | }, |
29 | devServer: { | ||
30 | disableHostCheck: true | ||
31 | }, | ||
29 | }; | 32 | }; |