We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa00b52 commit 61424bfCopy full SHA for 61424bf
checkly.config.ts
@@ -22,7 +22,7 @@ export const config = defineConfig({
22
logicalId: 'saas-boilerplate',
23
repoUrl: 'https://github.com/ixartz/Next-js-Boilerplate',
24
checks: {
25
- locations: ['us-east-1', 'eu-west-1'],
+ locations: ['us-east-1', 'eu-central-1'],
26
tags: ['website'],
27
runtimeId: '2024.02',
28
browserChecks: {
@@ -40,7 +40,7 @@ export const config = defineConfig({
40
},
41
42
cli: {
43
- runLocation: 'eu-west-1',
+ runLocation: 'us-east-1',
44
reporters: ['list'],
45
46
});
0 commit comments