Skip to content

Commit

Permalink
Added a link to the next.config.js docs for the with-env-next-… (#12153)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdhani authored Apr 24, 2020
1 parent 0c6ee2c commit c601c94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/with-env-from-next-config-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ As the build process (`next build`) is proceeding, `next.config.js` is processed
in your react app, whatever is returned by `next.config.js` as the variable `env`, (or `env.RESTURL_SPEAKERS`) will be accessible in your
app as `process.env.RESTURL_SPEAKERS`.

View the docs on [`next.config.js`](https://nextjs.org/docs/api-reference/next.config.js/introduction) for more information.

## Deploy your own

Deploy the example using [Vercel](https://vercel.com):
Expand Down

0 comments on commit c601c94

Please sign in to comment.