feat: frontend url

This commit is contained in:
Nevo David 2024-06-04 13:25:04 +07:00
parent 67d6776404
commit 7c4bc52f6a
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ const nextConfig = {
env: {
isBillingEnabled: String(!!process.env.STRIPE_PUBLISHABLE_KEY),
isGeneral: String(!!process.env.IS_GENERAL),
frontendUrl: String(process.env.FRONTEND_URL),
},
};