How to create environment variables only to be used in the production version of Nextjs?
Originally Published Here ๐!
To create environment variables that should be used only in the production version or build of your Nextjs project, you can make a file called .env.production at the root of the Nextjs project folder.
This file will be u...
melvingeorge-me.hashnode.dev1 min read