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 committed Jul 11, 2023
1 parent 174d50a commit f7b01f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/viewer/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const nextConfig = {
)
.concat(
landingPagePaths.map((path) => ({
source: path,
source: `https://typebot.io${path}`,
destination: `${process.env.LANDING_PAGE_URL}${path}`,
}))
)
Expand Down

0 comments on commit f7b01f6

Please sign in to comment.