simplify env var names for terms and privacy

This commit is contained in:
Matthias Nannt
2022-08-02 08:52:05 +02:00
parent 3190f6556a
commit e4129b23fa
+2 -2
View File
@@ -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 [