fix: link address error in the embedding in websites first example

pull/18677/head
junjie.miao 1 year ago
parent f6b3724268
commit 7606a8da3b

@ -29,7 +29,7 @@ const OPTION_MAP = {
iframe: {
getContent: (url: string, token: string) =>
`<iframe
src="${url}${basePath}/chat/${token}"
src="${url}${basePath}/chatbot/${token}"
style="width: 100%; height: 100%; min-height: 700px"
frameborder="0"
allow="microphone">

Loading…
Cancel
Save