Last time?
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Hamcha 2020-06-17 15:54:30 +02:00
parent 0c548f45ab
commit 6b8b93bd81
Signed by: hamcha
GPG Key ID: 41467804B19A3315
1 changed files with 1 additions and 1 deletions

View File

@ -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,