From a18af2a4732670d530a89eec3368c257b0554ea6 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sun, 2 Sep 2018 17:01:29 -0400 Subject: [PATCH] dont include origin in export redirects --- src/api/export.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/export.ts b/src/api/export.ts index 408bb18..11d1ad9 100644 --- a/src/api/export.ts +++ b/src/api/export.ts @@ -170,7 +170,7 @@ async function execute(emitter: EventEmitter, opts: Opts) { const location = r.headers.get('Location'); type = 'text/html'; - body = ``; + body = ``; await handle(resolve(root.href, location)); }