From a4fb8b6d1072c7f3831cc9787368ca0d3f9d1838 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Thu, 11 Jul 2024 20:58:23 +0200 Subject: [PATCH] :green_heart: Fix landing page redirects env ignored --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 18610dc1a..fc452fb4d 100644 --- a/turbo.json +++ b/turbo.json @@ -21,7 +21,7 @@ "persistent": true }, "build": { - "env": ["VERCEL_*", "NEXTAUTH_URL", "SENTRY_*"], + "env": ["VERCEL_*", "NEXTAUTH_URL", "SENTRY_*", "LANDING_PAGE_URL"], "dependsOn": ["^build", "@typebot.io/prisma#db:generate"], "outputs": [ ".next/**",