Skip to content

Commit 46cd3b4

Browse files
committed
chore(site): fix vercel config
1 parent 0079587 commit 46cd3b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/content/docs/deploy/vercel.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Create or update your `vercel.json`:
3939
// Rivet provides is own intelligent load balancing algorithm
4040
"fluid": false,
4141
"functions": {
42-
"**": {
42+
"app/api/rivet/**": {
4343
// If your Vercel account type is:
4444
// - Hobby: Keep maxDuration set to 60
4545
// - Pro: Set maxDuration to 300
@@ -65,7 +65,7 @@ More information on deployments are available in [Vercel's docs](https://vercel.
6565

6666
1. Visit the Rivet dashboard
6767
2. Navigate to _Connect > Vercel_
68-
3. Skip to the _Confirm Connection_ step
68+
3. Skip to the _Deploy to Vercel_ step
6969
4. Input your deployed Vercel site URL (e.g. `https://my-app.vercel.app/api/rivet`)
7070
- **Important**: Make sure to include the path `/api/rivet`
7171
5. Once it shows as successfully connected, click _Done_

0 commit comments

Comments
 (0)