diff --git a/articles/quickstart/webapp/nextjs/interactive.md b/articles/quickstart/webapp/nextjs/interactive.md index 12be362c62..4022acd00e 100644 --- a/articles/quickstart/webapp/nextjs/interactive.md +++ b/articles/quickstart/webapp/nextjs/interactive.md @@ -30,7 +30,7 @@ locale: en-US ## Configure the SDK {{{ data-action="code" data-code=".env.local" }}} -

In the root directory of your project, add the file .env.local with the following environment variables:

The SDK will read these values from the Node.js process environment and automatically configure itself.

+

In the root directory of your project, add the file .env.local with the following environment variables:

The SDK will read these values from the Node.js process environment and automatically configure itself.

## Create the Auth0 SDK Client {{{ data-action="code" data-code="src/lib/auth0.ts" }}}