add vue config with public path

This commit is contained in:
Niko Lockenvitz 2020-05-23 19:42:35 +02:00
parent 112bed5165
commit 4bfededf7e

3
vue.config.js Normal file
View file

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