Set Environment Variable (.env) in NextJS
My environment variables aren’t working 😱😱😱
You might be in this situation, you want to use a .env file to hide API URL or secret key during development in your NextJS app. Let’s see how we can set things up correctly.
How do I use environment var...
shieldstring.hashnode.dev2 min read