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