Skip to content

Commit 59ba1ba

Browse files
committed
Bump @theguild/components
1 parent bb33bf3 commit 59ba1ba

File tree

3 files changed

+172
-235
lines changed

3 files changed

+172
-235
lines changed

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"analyze": "cross-env ANALYZE=true next build"
1212
},
1313
"dependencies": {
14-
"@theguild/components": "^6.3.0",
15-
"next": "^13.5.4",
14+
"@theguild/components": "^6.4.0",
15+
"next": "^14.1.4",
1616
"next-sitemap": "^4.2.3",
1717
"react": "^18.2.0",
1818
"react-dom": "^18.2.0"

website/theme.config.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
/* eslint sort-keys: error */
2-
import { defineConfig, Giscus, useTheme } from '@theguild/components';
2+
import { defineConfig, Giscus, PRODUCTS, useTheme } from '@theguild/components';
33
import { useRouter } from 'next/router';
44

55
export default defineConfig({
6+
description: '',
67
docsRepositoryBase:
78
'https://github.com/Urigo/graphql-modules/tree/master/website',
9+
logo: PRODUCTS.MODULES.logo,
810
main({ children }) {
911
const { resolvedTheme } = useTheme();
1012
const { route } = useRouter();
@@ -28,5 +30,5 @@ export default defineConfig({
2830
</>
2931
);
3032
},
31-
siteName: 'MODULES',
33+
websiteName: 'MODULES',
3234
});

0 commit comments

Comments
 (0)