Setting Environment Variables for Runtime and Build Time in Next.js.
The modern best practice for DevOps is to build the application once. Then deploy the same application with different configurations to different environments.
The typical way to do that is to pass Environment Variables from the host system to the ap...
varenya.hashnode.dev4 min read