Skip to content

Commit

Permalink
🚑 Fix invalid rewrites for custom domains
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno authored and jmgoncalves97 committed Jan 17, 2025
1 parent f812f23 commit 17dca6d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/viewer/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ const nextConfig = {
landingPagePaths.map((path) => ({
source: path,
destination: `${process.env.LANDING_PAGE_URL}${path}`,
has: [
{
type: 'host',
value: 'typebot.io',
},
],
}))
)
: []
Expand Down

0 comments on commit 17dca6d

Please sign in to comment.