set vue publicPath

master
Tomáš Mládek 2021-01-09 20:54:01 +01:00
parent af7e345b2f
commit 4531d12671
1 changed files with 3 additions and 0 deletions

3
app/vue.config.js Normal file
View File

@ -0,0 +1,3 @@
module.exports = {
publicPath: '/las/'
};