Send from correct directory
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M src/index.ts → src/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 = {