Skip to content

Commit

Permalink
Add track prop to dashboard link in Next.js quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
bradlc committed Sep 17, 2024
1 parent b3d4fb2 commit 927518e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstarts/nextjs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ description: Add authentication and user management to your Next.js app with Cle
</SignedIn>

<SignedOut>
1. Navigate to the [Clerk Dashboard](https://dashboard.clerk.com/last-active?path=api-keys).
1. Navigate to the [Clerk Dashboard](https://dashboard.clerk.com/last-active?path=api-keys){{ track: 'exp_create_account_nextjs_quickstart' }}.
1. In the top navigation, select **Configure**. Then in the sidebar, select **API Keys**.
1. In the **Quick Copy** section, copy your Clerk publishable and secret key.
1. Paste your keys into your `.env.local` file.
Expand Down

0 comments on commit 927518e

Please sign in to comment.