set vue publicPath

This commit is contained in:
Tomáš Mládek 2021-01-09 20:54:01 +01:00
parent af7e345b2f
commit 4531d12671

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

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