Skip to content

Commit 5a660d4

Browse files
committed
2 parents 9dd2318 + ca84119 commit 5a660d4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gatsby-config.ts

Lines changed: 5 additions & 5 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://limosen.at/`
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
@@ -22,15 +22,15 @@ const config: GatsbyConfig = {
2222
options: {
2323
pylonUrl: 'https://services.netsnek.com/jaen/graphql',
2424
remote: {
25-
repository: 'netsnek/nadine-hauswirth'
25+
repository: 'netsnek/limosen.at'
2626
},
2727
zitadel: {
28-
organizationId: '334831568918943355',
28+
organizationId: '339284789469124181',
2929
clientId: '268283382465631862@cms',
3030
authority: 'https://accounts.netsnek.com',
3131
redirectUri:
3232
process.env.NODE_ENV === 'production'
33-
? 'https://nadine-hauswirth.com'
33+
? 'https://new.limosen.at'
3434
: 'https://psychic-dollop-6vwv6x9vq9jf464g-8000.app.github.dev',
3535
projectIds: [
3636
'2268283277977065078'
@@ -42,7 +42,7 @@ const config: GatsbyConfig = {
4242
// dsn: 'https://37ffbc7589f79cfab5936ce5fca4f310@sentry.cronit.io/10'
4343
// },
4444
googleAnalytics: {
45-
trackingIds: ['G-4B98VFJE2T']
45+
trackingIds: ['G-G6Z65QP3Y3']
4646
}
4747
}
4848
},

0 commit comments

Comments
 (0)