Change vue public path

This commit is contained in:
Dominik Korsa 2019-02-24 18:22:51 +01:00
parent ab373eaea5
commit 2f6e3bf86c

3
vue.config.js Normal file
View file

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