diff --git a/ui/vue.config.js b/ui/vue.config.js index d5bd20c..629c058 100644 --- a/ui/vue.config.js +++ b/ui/vue.config.js @@ -1,4 +1,7 @@ module.exports = { + + publicPath: "./", + configureWebpack: { node: false, // remove buffer polyfill },