all repos — website @ c328eddaa64f7b6ac18905149c25461cf8f0a560

My website

Send from correct directory
Alan Pearce alan@alanpearce.eu
Sat, 16 Sep 2023 07:33:50 +0200
commit

c328eddaa64f7b6ac18905149c25461cf8f0a560

parent

83d1af3cfbfe4070e5004596865c0b7015f79eff

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/index.tssrc/index.ts
@@ -9,7 +9,7 @@ Sentry.init({});
 
 const base = ".";
-const publicDir = path.resolve(base, "website") + path.sep;
+const publicDir = path.resolve(base, "public") + path.sep;
 
 const config = readConfig(base);
 const defaultHeaders = {