Skip to content

Commit

Permalink
📝 docs: update NextJs config (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
ONLY-yours authored Jan 22, 2024
1 parent 2aed034 commit e345c3d
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ const nextConfig = {
transpilePackages: [
'@ant-design/pro-chat',
'@ant-design/pro-editor',
'zustand',
'react-intersection-observer',
'leva',
],
};
```
Expand Down
2 changes: 0 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ const nextConfig = {
transpilePackages: [
'@ant-design/pro-chat',
'@ant-design/pro-editor',
'zustand',
'react-intersection-observer',
'leva',
],
};
```
Expand Down
2 changes: 0 additions & 2 deletions demos/chatgpt-nextjs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ const nextConfig = {
transpilePackages: [
'@ant-design/pro-editor',
'@ant-design/pro-chat',
'zustand',
'react-intersection-observer',
'leva',
],
};

Expand Down
2 changes: 0 additions & 2 deletions demos/qwen-nextjs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ const nextConfig = {
transpilePackages: [
'@ant-design/pro-editor',
'@ant-design/pro-chat',
'zustand',
'react-intersection-observer',
'leva',
],
};

Expand Down
2 changes: 0 additions & 2 deletions docs/guide/intro-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ const nextConfig = {
'@ant-design/pro-chat',
'react-intersection-observer',
'@ant-design/pro-editor',
'leva',
'zustand',
],
};
```
Expand Down
2 changes: 0 additions & 2 deletions docs/guide/qwen.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ const nextConfig = {
transpilePackages: [
'@ant-design/pro-editor',
'@ant-design/pro-chat',
'zustand',
'react-intersection-observer',
'leva',
],
};
module.exports = nextConfig;
Expand Down

0 comments on commit e345c3d

Please sign in to comment.