How to get environment variables into the browser context in Nextjs?
Originally Published Here ๐!
To expose or get environment variables to the browser in Nextjs, you have to prefix the environment variables name with the NEXT_PUBLIC_ string. By doing so Nextjs automatically binds the environment variables from the s...
melvingeorge-me.hashnode.dev2 min read