Skip to content

Commit

Permalink
feat: update repository and Sentry DSN in config
Browse files Browse the repository at this point in the history
Changed repository and Sentry DSN URLs in the configuration file.
  • Loading branch information
schettn committed Mar 27, 2024
1 parent f75a589 commit 86ae54d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const config: GatsbyConfig = {

options: {
remote: {
repository: 'atsnek/jaen-starter'
repository: 'ballonsballons-at/ballons-jaen'
},
zitadel: {
organizationId: '257964756269268995',
Expand All @@ -55,7 +55,7 @@ const config: GatsbyConfig = {
sentry: {
org: 'cronit',
project: 'ballons-ballons',
dsn: "https://ace8c79e4c444168727fc5375ea5c27f@sentry.cronit.io/3"
dsn: 'https://ace8c79e4c444168727fc5375ea5c27f@sentry.cronit.io/3'
}
}
},
Expand Down

0 comments on commit 86ae54d

Please sign in to comment.