feat: frontend url
This commit is contained in:
parent
67d6776404
commit
7c4bc52f6a
|
|
@ -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),
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue