rsnext/examples/with-now-env/README.md
Luis Alvarez D a04fdc8475
Add Environment Variables Example (#14575)
Closes https://github.com/vercel/next.js/issues/14570
Closes https://github.com/vercel/next.js/issues/14576

- The example features everything on the page in our docs while still being quite simple
- Added a link to it in the documentation
- Deprecated the with-now-env example
2020-06-28 11:57:33 +00:00

535 B

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.