diff --git a/.vuepress/config.js b/.vuepress/config.js index 1955608..d989ac3 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -4,12 +4,12 @@ module.exports = { // configureWebpack: () => ({ // devtool: 'source-map' // }), - host: 'kuboard-develop', + host: 'kb', port: 8000, devServer: { proxy: { '/uc-api/': { - target: 'http://kuboard-develop:8080', + target: 'http://kb:8080', changeOrigin: true, pathRewrite: { '^/uc-api': '/' diff --git a/js-config.json b/js-config.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/js-config.json @@ -0,0 +1 @@ +{} \ No newline at end of file