From 714d5b6f7b2d6b4e902d1bf057e71eb4f652fd11 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 13 Dec 2020 17:42:02 -0600 Subject: [PATCH] fix dist location --- client/vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/vue.config.js b/client/vue.config.js index 973e7f2..384cc4b 100644 --- a/client/vue.config.js +++ b/client/vue.config.js @@ -1,3 +1,3 @@ module.exports = { - outputDir: './dist/', + outputDir: './../dist/', }