2
0

💚 Fix landing page redirects env ignored

This commit is contained in:
Baptiste Arnaud
2024-07-11 20:58:23 +02:00
parent 952ff20b52
commit a4fb8b6d10

View File

@ -21,7 +21,7 @@
"persistent": true "persistent": true
}, },
"build": { "build": {
"env": ["VERCEL_*", "NEXTAUTH_URL", "SENTRY_*"], "env": ["VERCEL_*", "NEXTAUTH_URL", "SENTRY_*", "LANDING_PAGE_URL"],
"dependsOn": ["^build", "@typebot.io/prisma#db:generate"], "dependsOn": ["^build", "@typebot.io/prisma#db:generate"],
"outputs": [ "outputs": [
".next/**", ".next/**",