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

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.