Skip to content

Instantly share code, notes, and snippets.

@ryanbelke
Created May 17, 2020 04:25
Show Gist options
  • Select an option

  • Save ryanbelke/de8c5885f06dccc08154b7aa55aa9df2 to your computer and use it in GitHub Desktop.

Select an option

Save ryanbelke/de8c5885f06dccc08154b7aa55aa9df2 to your computer and use it in GitHub Desktop.
<CardImg
top={true}
style={{ height: 250 }}
src={ process.env.NODE_ENV === "production"
? res.image.url : `${process.env.NEXT_PUBLIC_API_URL}${res.image.url}`}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment