Skip to content

Commit

Permalink
Use server basepath for png jobs too
Browse files Browse the repository at this point in the history
  • Loading branch information
poffdeluxe committed Jul 21, 2020
1 parent 286f53d commit 19d700c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const scheduleTaskFnFactory: ScheduleTaskFnFactory<ESQueueCreateJobFn<
headers: serializedEncryptedHeaders,
browserTimezone,
layout,
basePath: setupDeps.basePath(req),
basePath: setupDeps.basePath(req).serverBasePath,
forceNow: new Date().toISOString(),
};
};
Expand Down

0 comments on commit 19d700c

Please sign in to comment.