add public url to vue.config.js
This commit is contained in:
parent
8ebeeecb03
commit
f04c75e178
1 changed files with 5 additions and 0 deletions
5
vue.config.js
Normal file
5
vue.config.js
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
process.env.VUE_APP_VERSION = require("./package.json").version;
|
||||||
|
|
||||||
|
module.exports = {
|
||||||
|
publicPath: "/tools/noisemaker/"
|
||||||
|
};
|
Loading…
Reference in a new issue