Skip to content

Commit 4158f46

Browse files
committed
fixed invalid host header error in gitpod
1 parent f60ce27 commit 4158f46

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vue.config.js

+4
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ module.exports = {
77
enableInSFC: false,
88
},
99
},
10+
devServer: {
11+
host: '0.0.0.0',
12+
allowedHosts: ['.gitpod.io'],
13+
},
1014
};

0 commit comments

Comments
 (0)