diff --git a/vue.config.js b/vue.config.js new file mode 100644 index 0000000..6fc403f --- /dev/null +++ b/vue.config.js @@ -0,0 +1,3 @@ +module.exports = { + publicPath: './' +}