diff --git a/apps/viewer/next.config.js b/apps/viewer/next.config.js index 0d31984d390..1d63c5dd52b 100644 --- a/apps/viewer/next.config.js +++ b/apps/viewer/next.config.js @@ -67,6 +67,12 @@ const nextConfig = { landingPagePaths.map((path) => ({ source: path, destination: `${process.env.LANDING_PAGE_URL}${path}`, + has: [ + { + type: 'host', + value: 'typebot.io', + }, + ], })) ) : []