all repos — website @ c328eddaa64f7b6ac18905149c25461cf8f0a560

My website

Send from correct directory

Alan Pearce
commit

c328eddaa64f7b6ac18905149c25461cf8f0a560

parent

83d1af3cfbfe4070e5004596865c0b7015f79eff

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

changed files
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 = {