all repos — website @ 02abf6ebb5ac4979537ee52ccdc93a4f29820cea

My website

Build with docker

Alan Pearce
commit

02abf6ebb5ac4979537ee52ccdc93a4f29820cea

parent

75041215b306fd5b7e7a86c2b0f35e5590010dea

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M src/index.tssrc/index.ts
@@ -5,7 +5,7 @@ import prom from "bun-prometheus-client";
import readConfig from "./config"; -const base = "../website/"; +const base = "./website/"; const publicDir = path.resolve(base, "public") + path.sep; const config = readConfig(base);