Skip to content

Commit 03fa16b

Browse files
committed
chore: update OIDC config
1 parent 4e3be84 commit 03fa16b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gatsby-config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require('dotenv').config({
66

77
const config: GatsbyConfig = {
88
siteMetadata: {
9-
siteUrl: `https://barbara-mauz.at/`
9+
siteUrl: `https://netsnek.com/`
1010
},
1111
// More easily incorporate content into your pages through automatic TypeScript type generation and better GraphQL IntelliSense.
1212
// If you use VSCode you can also use the GraphQL plugin
@@ -25,8 +25,8 @@ const config: GatsbyConfig = {
2525
repository: 'netsnek/netsnek.com'
2626
},
2727
zitadel: {
28-
organizationId: '278641258304378483',
29-
clientId: '278642690558596723@barbara-mauz',
28+
organizationId: '268210807970535009',
29+
clientId: '310909502939534934@netsnek.com',
3030
authority: 'https://accounts.netsnek.com',
3131
redirectUri:
3232
process.env.NODE_ENV === 'production'

0 commit comments

Comments
 (0)