This commit is contained in:
parent
0c548f45ab
commit
6b8b93bd81
1 changed files with 1 additions and 1 deletions
2
build.js
2
build.js
|
@ -8,7 +8,7 @@ const entryFiles = Path.join(__dirname, "./index.html");
|
|||
const options = {
|
||||
outDir: "./dist",
|
||||
outFile: "index.html",
|
||||
publicUrl: process.env.SUBPATH + "/dist",
|
||||
publicUrl: "/tghandbook" + process.env.SUBPATH + "/dist",
|
||||
watch: false,
|
||||
contentHash: false,
|
||||
scopeHoist: false,
|
||||
|
|
Reference in a new issue