From b7ecbb02acf89b4017295a5cdb6c1dc1fabe3ff8 Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Wed, 30 Sep 2020 13:02:55 +0200 Subject: [PATCH] fix: Logo URL and Github link --- docs/config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/config.js b/docs/config.js index d405f2ac..17b0e5a0 100644 --- a/docs/config.js +++ b/docs/config.js @@ -1,13 +1,13 @@ const config = { gatsby: { pathPrefix: '/docs', - siteUrl: 'https://graphql-nexus-schema-website.netlify.app/', // TODO + siteUrl: 'https://nexusjs.org/', titlePrefix: '', titleSuffix: '', }, redirects: [], header: { - logoLink: 'https://graphql-nexus-schema-website.netlify.app/', // TODO + logoLink: 'https://nexusjs.org/', title: 'Nexus', // check all links // links: [ @@ -38,7 +38,7 @@ const config = { title: 'Nexus - title', description: 'Nexus - desc', keywords: 'Docs, nexus, 1.0', - docsLocation: 'https://github.com/graphql-nexus/schema/tree/master/website/content', + docsLocation: 'https://github.com/graphql-nexus/schema/tree/develop/docs', twitter: { site: '@nexusgql', creator: '@nexusgql',