File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
site/src/content/docs/deploy Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
66661 . Visit the Rivet dashboard
67672 . Navigate to _ Connect > Vercel_
68- 3 . Skip to the _ Confirm Connection _ step
68+ 3 . Skip to the _ Deploy to Vercel _ step
69694 . 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 `
71715 . Once it shows as successfully connected, click _ Done_
You can’t perform that action at this time.
0 commit comments