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

463 B

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.

Visit the documentation to learn how to use Environment Variables support in Next.js 9.4+ and the Environment Variables Example to see it on action.