Skip to content

Commit

Permalink
chore: redirect with rest url (#44298)
Browse files Browse the repository at this point in the history
  • Loading branch information
iola1999 committed Aug 18, 2023
1 parent 8177c52 commit 80bd54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dumi/theme/slots/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ const Header: React.FC = () => {
closable: true,
zIndex: 99999,
onOk() {
window.open('https://ant-design.antgroup.com', '_self');
window.location.host = 'ant-design.antgroup.com';
disableAntdMirrorModal();
},
onCancel() {
Expand Down

1 comment on commit 80bd54f

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.