Skip to content

Commit 1c18695

Browse files
yutingzhao1991tingzhao.ytzthinkasany
authored
docs: support ssr for improve seo (#1257)
* docs: support ssr for improve seo * chore: move buildin HomePage to pages for improve SSR * Update .dumi/pages/index/components/ShowCase/index.tsx Co-authored-by: thinkasany <480968828@qq.com> * chore: update vitest for fix ts * fix: @ant-design/web3-bitcoin ts config * chore: update config for fix ci * fix: build doc bug * fix: home page ssr * fix: use wagmi alias for fix bug * chore: update pacakge.json * chore: fix react version * chore: revert useless code * chore: update vitest for fix ci * fix: remove qurey client config for fix ssr bug --------- Co-authored-by: tingzhao.ytz <tingzhao.ytz@antgroup.com> Co-authored-by: thinkasany <480968828@qq.com>
1 parent 14fae53 commit 1c18695

33 files changed

+4074
-2226
lines changed

.dumi/app.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import React from 'react';
22
import { ConfigProvider } from 'antd';
33

4+
console.log(`[dumi] build site with React version: ${React.version}`);
5+
46
export function rootContainer(container: React.ReactNode): React.ReactNode {
57
return <ConfigProvider>{container}</ConfigProvider>;
68
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)