From 704d420c9c651f668354707a1a5f11335beddb72 Mon Sep 17 00:00:00 2001 From: Florian Kleber Date: Wed, 24 Apr 2024 12:13:56 +0000 Subject: [PATCH] feat: comment out pylonUrl for gatsby plugins - Comment out `pylonUrl` for both `gatsby-plugin-jaen` and `gatsby-jaen-mailpress` to disable the current GraphQL endpoints. --- gatsby-config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gatsby-config.ts b/gatsby-config.ts index e2abfb2..756eb65 100644 --- a/gatsby-config.ts +++ b/gatsby-config.ts @@ -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' }, @@ -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' } } ]