Skip to content

Commit

Permalink
ci(lp): 🛂 Fix viewer host env name
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Feb 10, 2022
1 parent cfbf3d4 commit 92515ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/landing-page/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = withBundleAnalyzer({
return [
{
source: '/:path*',
destination: `${process.env.VIEWER_HOST}/:path*`,
destination: `${process.env.NEXT_PUBLIC_VIEWER_HOST}/:path*`,
},
]
},
Expand Down

3 comments on commit 92515ef

@vercel
Copy link

@vercel vercel bot commented on 92515ef Feb 10, 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:

viewer-v2 – ./apps/viewer

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

@vercel
Copy link

@vercel vercel bot commented on 92515ef Feb 10, 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

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

@vercel
Copy link

@vercel vercel bot commented on 92515ef Feb 10, 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:

landing-page-v2 – ./apps/landing-page

landing-page-v2-typebot-io.vercel.app
landing-page-v2-beta.vercel.app
landing-page-v2-git-main-typebot-io.vercel.app

Please sign in to comment.