2
0

🚑 (lp) Hard-code rewrite to typebot.io

This commit is contained in:
Baptiste Arnaud
2023-07-11 18:34:17 +02:00
parent fc0e3782b1
commit b2a973472f

View File

@ -33,7 +33,7 @@ const nextConfig = {
{
type: 'header',
key: 'referer',
value: `${process.env.NEXT_PUBLIC_VIEWER_URL}${path}`,
value: `https://typebot.io${path}`,
},
],
}))
@ -45,7 +45,7 @@ const nextConfig = {
{
type: 'header',
key: 'referer',
value: `${process.env.NEXT_PUBLIC_VIEWER_URL}${path}`,
value: `https://typebot.io${path}`,
},
],
}))
@ -58,7 +58,7 @@ const nextConfig = {
{
type: 'header',
key: 'referer',
value: `${process.env.NEXT_PUBLIC_VIEWER_URL}${path}`,
value: `https://typebot.io${path}`,
},
],
}))