Skip to content

Commit

Permalink
fix(core): server artifacts using client URL
Browse files Browse the repository at this point in the history
fixes #11
  • Loading branch information
harlan-zw committed Apr 7, 2022
1 parent 2012926 commit 0a8bd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/util.ts
Expand Up @@ -96,7 +96,7 @@ export const createTaskReportFromRoute
route,
reportId,
artifactPath: reportPath,
artifactUrl: `/${join('reports', sanitiseUrlForFilePath(route.path))}`,
artifactUrl: `${runtimeSettings.clientUrl}/${join('reports', sanitiseUrlForFilePath(route.path))}`,
}
}

Expand Down

0 comments on commit 0a8bd8e

Please sign in to comment.