This commit is contained in:
parent
93f1b8ffe9
commit
0c548f45ab
2 changed files with 2 additions and 2 deletions
|
@ -148,4 +148,4 @@ volumes:
|
|||
|
||||
---
|
||||
kind: signature
|
||||
hmac: fade536706bcf207d4cf35663c985e3f457b957b743519f19fbb696549cf07f3
|
||||
hmac: bf5b70e01799ced73502bdb7b7296e4a4d3d32696af2dee54866d2cc24581f1d
|
||||
|
|
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,
|
||||
publicUrl: process.env.SUBPATH + "/dist",
|
||||
watch: false,
|
||||
contentHash: false,
|
||||
scopeHoist: false,
|
||||
|
|
Reference in a new issue