Fix the fix
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Hamcha 2020-06-17 15:51:53 +02:00
parent 93f1b8ffe9
commit 0c548f45ab
Signed by: hamcha
GPG Key ID: 41467804B19A3315
2 changed files with 2 additions and 2 deletions

View File

@ -148,4 +148,4 @@ volumes:
---
kind: signature
hmac: fade536706bcf207d4cf35663c985e3f457b957b743519f19fbb696549cf07f3
hmac: bf5b70e01799ced73502bdb7b7296e4a4d3d32696af2dee54866d2cc24581f1d

View File

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