diff --git a/build.js b/build.js index 14e8ce2..ed58e4a 100644 --- a/build.js +++ b/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,