docs(share): 📝 Update typebot URL in embed instructions
This commit is contained in:
@ -12,7 +12,10 @@ export const SupportBubble = () => {
|
||||
useEffect(() => {
|
||||
if (isCloudProdInstance())
|
||||
initBubble({
|
||||
url: `${process.env.NEXT_PUBLIC_VIEWER_URL}/typebot-support`,
|
||||
url: `${
|
||||
process.env.NEXT_PUBLIC_VIEWER_INTERNAL_URL ??
|
||||
process.env.NEXT_PUBLIC_VIEWER_URL
|
||||
}/typebot-support`,
|
||||
backgroundColor: '#ffffff',
|
||||
button: { color: '#0042DA' },
|
||||
hiddenVariables: {
|
||||
|
Reference in New Issue
Block a user