Fixed build

This commit is contained in:
thepaperpilot 2021-08-28 12:08:14 -05:00
parent 72e73db048
commit 8da668b8d6

View file

@ -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("@");