From f04c75e178e6865537db6e75bc879b763f0e6459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sat, 11 Jan 2020 10:03:31 +0100 Subject: [PATCH] add public url to vue.config.js --- vue.config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vue.config.js diff --git a/vue.config.js b/vue.config.js new file mode 100644 index 0000000..c41c371 --- /dev/null +++ b/vue.config.js @@ -0,0 +1,5 @@ +process.env.VUE_APP_VERSION = require("./package.json").version; + +module.exports = { + publicPath: "/tools/noisemaker/" +};