rsnext/examples/with-now-env
Tanmay Laud f00ad581a1
Added .gitignore to examples that are deployed to vercel (#15127)
Co-authored-by: Joe Haddad <joe.haddad@zeit.co>
2020-07-16 10:52:23 -04:00
..
.gitignore Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
README.md Add Environment Variables Example (#14575) 2020-06-28 11:57:33 +00:00

Next.js automatically supports Environment Variable loading as of Next.js 9.4. Visit the documentation for environment variables to learn more and the Environment Variables Example to see it on action.

Now Secrets (previously used by this example) is no longer needed as you can now add environment variables directly in your Vercel project.