From c601c9413db45158f15b7c0153fd76bba19713f1 Mon Sep 17 00:00:00 2001 From: Shania <31454777+sdhani@users.noreply.github.com> Date: Fri, 24 Apr 2020 05:20:13 -0400 Subject: [PATCH] =?UTF-8?q?Added=20a=20link=20to=20the=20next.config.js=20?= =?UTF-8?q?docs=20for=20the=20with-env-next-=E2=80=A6=20(#12153)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/with-env-from-next-config-js/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/with-env-from-next-config-js/README.md b/examples/with-env-from-next-config-js/README.md index 14dcf2391ff58..1a4ce54f110f4 100644 --- a/examples/with-env-from-next-config-js/README.md +++ b/examples/with-env-from-next-config-js/README.md @@ -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):