Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
gilgardosh committed Mar 21, 2024
1 parent 74511d6 commit 7aa5085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ import { defineConfig, Giscus, PRODUCTS, useTheme } from '@theguild/components';
import { useRouter } from 'next/router';

export default defineConfig({
description: 'One GraphQL configuration',
docsRepositoryBase: 'https://github.com/kamilkisiela/graphql-config/tree/master/website', // base URL for the docs repository
logo: PRODUCTS.CONFIG.logo({ className: "w-8" }),
main({ children }) {
const { resolvedTheme } = useTheme();
const { route } = useRouter();
Expand All @@ -29,6 +31,4 @@ export default defineConfig({
);
},
websiteName: 'CONFIG',
description: PRODUCTS.CONFIG.title,
logo: PRODUCTS.CONFIG.logo,
});

0 comments on commit 7aa5085

Please sign in to comment.