Skip to content

Commit

Permalink
Merge pull request #2 from lidianhao123/main
Browse files Browse the repository at this point in the history
update domain address
  • Loading branch information
dyingsunlight authored Aug 11, 2022
2 parents 9e4dcca + ed9a250 commit c346b46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export class XMindEmbedViewer {
}
} = args

const iframeController = new IframeController(el, 'https://www.xmind.net/embed-viewer')
const iframeEventChannelController = new IframeEventChannelController(iframeController, 'https://www.xmind.net')
const iframeController = new IframeController(el, 'https://www.xmind.app/embed-viewer')
const iframeEventChannelController = new IframeEventChannelController(iframeController, 'https://www.xmind.app')

this.iframeController = iframeController
this.iframeEventChannelController = iframeEventChannelController
Expand Down

0 comments on commit c346b46

Please sign in to comment.