Skip to content

Commit

Permalink
fix(share): 🐛 Custom path on domain
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Feb 18, 2022
1 parent f6d5eb5 commit 291b4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/builder/components/share/ShareContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const ShareContent = () => {
pathname={typebot.customDomain.split('/')[1]}
onPathnameChange={(pathname) =>
handleCustomDomainChange(
typebot.customDomain?.split('/')[0] + pathname
typebot.customDomain?.split('/')[0] + '/' + pathname
)
}
/>
Expand Down

2 comments on commit 291b4b3

@vercel
Copy link

@vercel vercel bot commented on 291b4b3 Feb 18, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

builder-v2 – ./apps/builder

app.typebot.io
builder-v2-git-main-typebot-io.vercel.app
builder-v2-typebot-io.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 291b4b3 Feb 18, 2022

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.