diff --git a/frontend/vue.config.js b/frontend/vue.config.js index c3d21248c..2ff77b5f8 100644 --- a/frontend/vue.config.js +++ b/frontend/vue.config.js @@ -1,6 +1,9 @@ const path = require('path'); module.exports = { + devServer: { + host: 'localhost' + }, publicPath: process.env.BUCKET_NAME ? `/${process.env.BUCKET_NAME}/` : '/', chainWebpack: config => { if (