diff options
author | Alan Pearce | 2023-09-16 07:33:50 +0200 |
---|---|---|
committer | Alan Pearce | 2023-09-16 07:33:50 +0200 |
commit | c328eddaa64f7b6ac18905149c25461cf8f0a560 (patch) | |
tree | 0d67f0d0de90881947dbc79fb96ada861457ac81 /src/index.ts | |
parent | 83d1af3cfbfe4070e5004596865c0b7015f79eff (diff) | |
download | website-c328eddaa64f7b6ac18905149c25461cf8f0a560.tar.lz website-c328eddaa64f7b6ac18905149c25461cf8f0a560.tar.zst website-c328eddaa64f7b6ac18905149c25461cf8f0a560.zip |
Send from correct directory
Diffstat (limited to 'src/index.ts')
-rw-r--r-- | src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts index 3ddbce3..98958d1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -9,7 +9,7 @@ import readConfig from "./config"; 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 = { |