We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f00700 commit 1464221Copy full SHA for 1464221
1 file changed
vue2/sandboxs/vue.config.js
@@ -8,6 +8,11 @@ module.exports = {
8
target: 'https://github.com',
9
changeOrigin: true,
10
secure: true
11
+ },
12
+ '/api/image': {
13
+ target: 'http://dummyimage.com',
14
+ changeOrigin: true,
15
+ pathRewrite: { '^/api/image': '' }
16
}
17
18
0 commit comments