all repos — homestead @ f180feb21153477b375f4ab6388f1755ec0f0fbd

Code for my website

Send from correct directory

Alan Pearce
commit

f180feb21153477b375f4ab6388f1755ec0f0fbd

parent

74c1044c84ab0d1d1ed6c1edbce6b655da9bfc93

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

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