Skip to content

Commit da43d86

Browse files
atrakhConvex, Inc.
authored andcommitted
add better dashboard link to vercel docs (#42068)
GitOrigin-RevId: 371b5dcd37f2bda8ac52b395dbbd69a2c6280678
1 parent 1ee35e8 commit da43d86

File tree

1 file changed

+2
-3
lines changed
  • npm-packages/docs/docs/production/hosting

1 file changed

+2
-3
lines changed

npm-packages/docs/docs/production/hosting/vercel.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This guide assumes you already have a working React app with Convex. If not
1414
follow the [Convex React Quickstart](/quickstart/react.mdx) first. Then:
1515

1616
<StepByStep>
17-
<Step title="Create a Vercel account">
17+
<Step title="Create a Vercel account">
1818
If you haven't done so, create a [Vercel](https://vercel.com) account. This is
1919
free for small projects and should take less than a minute to set up.
2020

@@ -40,8 +40,7 @@ follow the [Convex React Quickstart](/quickstart/react.mdx) first. Then:
4040
</Step>
4141

4242
<Step title="Set up the CONVEX_DEPLOY_KEY environment variable">
43-
On your [Convex Dashboard](https://dashboard.convex.dev/)
44-
go to your project's _Settings_ page. Click the _Generate Production Deploy Key_ button to generate a **Production** deploy key.
43+
Go to the [Project Settings](https://dashboard.convex.dev/project/settings#deploy-keys) page in the Convex Dashboard. Click the _Generate Production Deploy Key_ button to generate a **Production** deploy key.
4544
Then click the copy button to copy the key.
4645

4746
In Vercel, click _Environment Variables_.

0 commit comments

Comments
 (0)