From ee8de7022571b20e2660590607d180069a668c0f Mon Sep 17 00:00:00 2001 From: Steffen Date: Tue, 22 Dec 2020 12:15:36 +0100 Subject: [PATCH] fix build path --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 40a1ab5..d61bd25 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,3 +1,3 @@ module.exports = { - publicPath: process.env.NODE_ENV === "production" ? "/townsquare/" : "/" + publicPath: process.env.NODE_ENV === "production" ? "/" : "/" };