Skip to content

Commit 61424bf

Browse files
authored
fix: update checkly.config.ts
1 parent aa00b52 commit 61424bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

checkly.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const config = defineConfig({
2222
logicalId: 'saas-boilerplate',
2323
repoUrl: 'https://github.com/ixartz/Next-js-Boilerplate',
2424
checks: {
25-
locations: ['us-east-1', 'eu-west-1'],
25+
locations: ['us-east-1', 'eu-central-1'],
2626
tags: ['website'],
2727
runtimeId: '2024.02',
2828
browserChecks: {
@@ -40,7 +40,7 @@ export const config = defineConfig({
4040
},
4141
},
4242
cli: {
43-
runLocation: 'eu-west-1',
43+
runLocation: 'us-east-1',
4444
reporters: ['list'],
4545
},
4646
});

0 commit comments

Comments
 (0)