2
0

🚑 Fix invalid rewrites for custom domains

This commit is contained in:
Baptiste Arnaud
2023-07-11 19:24:10 +02:00
parent 174d50ad1b
commit 37bb172f25

View File

@ -67,6 +67,12 @@ const nextConfig = {
landingPagePaths.map((path) => ({
source: path,
destination: `${process.env.LANDING_PAGE_URL}${path}`,
has: [
{
type: 'host',
value: 'typebot.io',
},
],
}))
)
: []