mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
fix: cleanup env variables
This commit is contained in:
@ -7,10 +7,6 @@ export const getBaseUrl = () => {
|
||||
return '';
|
||||
}
|
||||
|
||||
if (env('VERCEL_URL')) {
|
||||
return `https://${env('VERCEL_URL')}`;
|
||||
}
|
||||
|
||||
const webAppUrl = NEXT_PUBLIC_WEBAPP_URL();
|
||||
|
||||
if (webAppUrl) {
|
||||
|
||||
Reference in New Issue
Block a user