From 72752c1ed5c2387b46cd27bf99d837b849896309 Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Thu, 28 Mar 2024 12:40:44 +0100 Subject: [PATCH] prettify --- website/theme.config.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/theme.config.tsx b/website/theme.config.tsx index 5eb2256d53..6bde2a40c9 100644 --- a/website/theme.config.tsx +++ b/website/theme.config.tsx @@ -189,7 +189,8 @@ export default { key: "graphqlconf-2024", }, logo: graphQLLogo, - docsRepositoryBase: "https://github.com/graphql/graphql.github.io/tree/source/website", + docsRepositoryBase: + "https://github.com/graphql/graphql.github.io/tree/source/website", color: { hue: 319, },