Skip to content
Snippets Groups Projects
Unverified Commit af07e018 authored by Matiss Janis Aboltins's avatar Matiss Janis Aboltins
Browse files

chore: cleaning up

parent 4b696156
No related branches found
No related tags found
No related merge requests found
export function isPreviewDeployment() {
console.log(
process.env.REACT_APP_NETLIFY,
process.env.REACT_APP_NETLIFY === true
);
return process.env.REACT_APP_NETLIFY === true;
return String(process.env.REACT_APP_NETLIFY) === 'true';
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment