From 8da668b8d6c919199731d1ba3dd245b1d487e00b Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Sat, 28 Aug 2021 12:08:14 -0500 Subject: [PATCH] Fixed build --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 34b03af..2482099 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,5 +1,5 @@ module.exports = { - publicPath: process.env.NODE_ENV === "production" ? "/The-Modding-Tree-X" : "/", + publicPath: process.env.NODE_ENV === "production" ? "./" : "/", runtimeCompiler: true, chainWebpack(config) { config.resolve.alias.delete("@");