forked from profectus/Profectus
Fixed build
This commit is contained in:
parent
72e73db048
commit
8da668b8d6
1 changed files with 1 additions and 1 deletions
|
@ -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("@");
|
||||
|
|
Loading…
Reference in a new issue