summaryrefslogtreecommitdiff
path: root/vue.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'vue.config.js')
-rw-r--r--vue.config.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/vue.config.js b/vue.config.js
index cb33616e..0268002d 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -41,6 +41,9 @@ module.exports = {
proxy: {
'/': {
target: process.env.BASE_URL,
+ headers: {
+ Connection: 'keep-alive',
+ },
onProxyRes: (proxyRes) => {
// This header is ignored in the browser so removing
// it so we don't see warnings in the browser console