Skip to content

Commit

Permalink
@theguild/components bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gilgardosh committed Mar 24, 2024
1 parent 6013eb5 commit f7248a1
Show file tree
Hide file tree
Showing 5 changed files with 709 additions and 908 deletions.
4 changes: 3 additions & 1 deletion website/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
import { withGuildDocs } from '@theguild/components/next.config';
export default withGuildDocs();
export default withGuildDocs({
output: 'export',
});
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"build": "next build && next-sitemap --config next-sitemap.config.cjs && next export -o dist"
},
"dependencies": {
"@theguild/components": "^6.0.0",
"@theguild/components": "^6.4.0",
"clsx": "^2.0.0",
"next": "^13.5.4",
"next": "^14.1.4",
"next-sitemap": "^4.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
6 changes: 4 additions & 2 deletions website/theme.config.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { defineConfig } from '@theguild/components';
import { defineConfig, PRODUCTS } from '@theguild/components';

export default defineConfig({
siteName: 'WS',
description: PRODUCTS.WS.title,
docsRepositoryBase: 'https://github.com/enisdenjo/graphql-ws',
logo: PRODUCTS.WS.logo,
websiteName: 'WS',
});
1 change: 0 additions & 1 deletion website/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"include": [
"src",
"scripts",
"next.config.mjs",
"postcss.config.cjs",
"tailwind.config.cjs",
"theme.config.tsx",
Expand Down

0 comments on commit f7248a1

Please sign in to comment.