add public url to vue.config.js

master
Tomáš Mládek 2020-01-11 10:03:31 +01:00
parent 8ebeeecb03
commit f04c75e178
1 changed files with 5 additions and 0 deletions

5
vue.config.js Normal file
View File

@ -0,0 +1,5 @@
process.env.VUE_APP_VERSION = require("./package.json").version;
module.exports = {
publicPath: "/tools/noisemaker/"
};