Skip to content

Commit

Permalink
Merge pull request #43 from ixartz/logicalID-checkly
Browse files Browse the repository at this point in the history
fix: update logicalId in checkly configuration
  • Loading branch information
ixartz authored Oct 4, 2024
2 parents 510614b + 6e7a479 commit c9446df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkly.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const emailChannel = new EmailAlertChannel('email-channel-1', {
export const config = defineConfig({
// FIXME: Add your own project name, logical ID, and repository URL
projectName: 'SaaS Boilerplate',
logicalId: 'nextjs-boilerplate',
logicalId: 'saas-boilerplate',
repoUrl: 'https://github.com/ixartz/Next-js-Boilerplate',
checks: {
locations: ['us-east-1', 'eu-west-1'],
Expand Down

0 comments on commit c9446df

Please sign in to comment.