fix env variable name

This commit is contained in:
Abhinav 2022-12-09 12:41:26 +05:30
parent 55a7be0642
commit d3458091b8

View file

@ -68,4 +68,4 @@ export const getUploadEndpoint = () => {
};
export const isDevDeployment = () =>
process.env.NEXT_PUBLIC_ENTE_DEV_APP_URL === window.location.origin;
process.env.NEXT_PUBLIC_ENTE_DEV_APP_ENDPOINT === window.location.origin;