From 6f09f533e4b9ce95674ca6c1e83b8973be7ff12e Mon Sep 17 00:00:00 2001 From: Rita Zerrizuela Date: Mon, 9 Oct 2023 17:37:42 +0100 Subject: [PATCH] Update interactive.md --- articles/quickstart/webapp/nextjs/interactive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/quickstart/webapp/nextjs/interactive.md b/articles/quickstart/webapp/nextjs/interactive.md index 42839e3062..e792e7b77b 100644 --- a/articles/quickstart/webapp/nextjs/interactive.md +++ b/articles/quickstart/webapp/nextjs/interactive.md @@ -57,7 +57,7 @@ The SDK will read these values from the Node.js process environment and automati ## Add the dynamic Route Handler {{{ data-action=code data-code="app/api/auth/[auth0]/route.js" }}} ::: note -This QuickStart targets the Next.js [App Router](https://nextjs.org/docs/app). If you're using the [Pages Router](https://nextjs.org/docs/pages), checkout the example in the SDK's [README](https://github.com/auth0/nextjs-auth0#page-router). +This QuickStart targets the Next.js [App Router](https://nextjs.org/docs/app). If you're using the [Pages Router](https://nextjs.org/docs/pages), check out the example in the SDK's [README](https://github.com/auth0/nextjs-auth0#page-router). ::: Create a file at `app/api/auth/[auth0]/route.js`. This is your Route Handler file with a [Dynamic Route Segment](https://nextjs.org/docs/app/building-your-application/routing/route-handlers#dynamic-route-segments).