🚑 Fix invalid rewrites for custom domains
This commit is contained in:
@ -67,6 +67,12 @@ const nextConfig = {
|
|||||||
landingPagePaths.map((path) => ({
|
landingPagePaths.map((path) => ({
|
||||||
source: path,
|
source: path,
|
||||||
destination: `${process.env.LANDING_PAGE_URL}${path}`,
|
destination: `${process.env.LANDING_PAGE_URL}${path}`,
|
||||||
|
has: [
|
||||||
|
{
|
||||||
|
type: 'host',
|
||||||
|
value: 'typebot.io',
|
||||||
|
},
|
||||||
|
],
|
||||||
}))
|
}))
|
||||||
)
|
)
|
||||||
: []
|
: []
|
||||||
|
Reference in New Issue
Block a user