From 4531d1267137032233c932a5dcb1538c24303071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sat, 9 Jan 2021 20:54:01 +0100 Subject: [PATCH] set vue publicPath --- app/vue.config.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/vue.config.js 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/' +};