rsnext/examples/with-dotenv/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

6 lines
463 B
Markdown

# `dotenv` Example
Next.js automatically supports Environment Variable loading as of Next.js 9.4.
You can [read more about it in the blog post](https://nextjs.org/blog/next-9-4#new-environment-variables-support).
Visit [the documentation](https://nextjs.org/docs/basic-features/environment-variables) to learn how to use Environment Variables support in Next.js 9.4+ and the [Environment Variables Example](/examples/environment-variables) to see it on action.