2
0

fix(viewer): 🐛 Custom metadata in viewer

This commit is contained in:
Baptiste Arnaud
2022-02-20 10:45:55 +01:00
parent feb966d513
commit 6ec8d06b97
8 changed files with 312 additions and 16 deletions

View File

@ -63,7 +63,11 @@ export const TypebotPage = ({
}
return (
<div style={{ height: '100vh' }}>
<SEO url={url} chatbotName={typebot.name} />
<SEO
url={url}
typebotName={typebot.name}
metadata={typebot.settings.metadata}
/>
{showTypebot && (
<TypebotViewer
typebot={typebot}