We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c8f7b commit f4f2240Copy full SHA for f4f2240
1 file changed
src/js/app-navigator/worker.js
@@ -2,7 +2,7 @@ export default {
2
async fetch(request) {
3
const urlObject = new URL(request.url);
4
5
- urlObject.hostname = 'benchmark.bitrise.io';
+ urlObject.hostname = 'app-benchmark.vercel.app';
6
7
return fetch(urlObject);
8
},
0 commit comments