Skip to content

Commit

Permalink
feat(config): update site metadata and remote repository details
Browse files Browse the repository at this point in the history
- Change the siteUrl in Gatsby config to `https://netsnek.com`
- Update the remote repository name to `netsnek/netsnek.com` in gatsby-config to reflect new domain
  • Loading branch information
kleberbaum committed May 25, 2024
1 parent 628d549 commit e4af172
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 @@ -6,7 +6,7 @@ require('dotenv').config({

const config: GatsbyConfig = {
siteMetadata: {
siteUrl: `https://www.yourdomain.tld`
siteUrl: `https://netsnek.com`
},
// More easily incorporate content into your pages through automatic TypeScript type generation and better GraphQL IntelliSense.
// If you use VSCode you can also use the GraphQL plugin
Expand All @@ -22,7 +22,7 @@ const config: GatsbyConfig = {
options: {
pylonUrl: 'https://pylons.photonq.org/jaen-agent/graphql',
remote: {
repository: 'netsnek/netsnek'
repository: 'netsnek/netsnek.com'
},
zitadel: {
organizationId: '268207341512496739',
Expand Down

0 comments on commit e4af172

Please sign in to comment.