all repos — website @ 83d1af3cfbfe4070e5004596865c0b7015f79eff

My website

Steamline docker build

Alan Pearce
commit

83d1af3cfbfe4070e5004596865c0b7015f79eff

parent

932915406a6105b93de833c32b9ce6a07ebca6c1

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M src/index.tssrc/index.ts
@@ -8,8 +8,8 @@ import readConfig from "./config";
Sentry.init({}); -const base = "./website/"; -const publicDir = path.resolve(base, "public") + path.sep; +const base = "."; +const publicDir = path.resolve(base, "website") + path.sep; const config = readConfig(base); const defaultHeaders = {