Skip to content

Commit

Permalink
feat: comment out pylonUrl for gatsby plugins
Browse files Browse the repository at this point in the history
- Comment out `pylonUrl` for both `gatsby-plugin-jaen` and `gatsby-jaen-mailpress` to disable the current GraphQL endpoints.
  • Loading branch information
kleberbaum committed Apr 24, 2024
1 parent 85f35b4 commit 704d420
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 @@ -20,7 +20,7 @@ const config: GatsbyConfig = {
{
resolve: `gatsby-plugin-jaen`,
options: {
pylonUrl: 'https://pylons.photonq.org/jaen-agent/graphql',
//pylonUrl: 'https://pylons.photonq.org/jaen-agent/graphql',
remote: {
repository: 'netsnek/fhkit.at'
},
Expand All @@ -47,7 +47,7 @@ const config: GatsbyConfig = {
{
resolve: `gatsby-jaen-mailpress`,
options: {
pylonUrl: 'https://pylons.photonq.org/mailpress/graphql'
//pylonUrl: 'https://pylons.photonq.org/mailpress/graphql'
}
}
]
Expand Down

0 comments on commit 704d420

Please sign in to comment.