From 111e531b25af8b729811a63f6b1471e08033c7fa Mon Sep 17 00:00:00 2001 From: bartvdbraak Date: Thu, 6 Feb 2020 17:17:41 +0100 Subject: [PATCH] publicpath adhering to gh-pages --- vue.config.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 vue.config.js diff --git a/vue.config.js b/vue.config.js new file mode 100644 index 0000000..23930a6 --- /dev/null +++ b/vue.config.js @@ -0,0 +1,3 @@ +module.exports = { + publicPath: '/SlayerWeightCalculator/', +};