mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-28 12:42:44 -05:00
simplify env var names for terms and privacy
This commit is contained in:
+2
-2
@@ -18,8 +18,8 @@ const nextConfig = {
|
||||
// Will be available on both server and client
|
||||
posthogApiHost: process.env.POSTHOG_API_HOST,
|
||||
posthogApiKey: process.env.POSTHOG_API_KEY,
|
||||
termsUrl: process.env.NEXT_PUBLIC_TERMS_URL,
|
||||
privacyUrl: process.env.NEXT_PUBLIC_PRIVACY_URL,
|
||||
termsUrl: process.env.TERMS_URL,
|
||||
privacyUrl: process.env.PRIVACY_URL,
|
||||
},
|
||||
async redirects() {
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user