Skip to content

Commit 2aa6a51

Browse files
committed
chore: re-enable fluid compute
1 parent ae290d1 commit 2aa6a51

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

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

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,6 @@ export const maxDuration = 60;
4242
export const { GET, POST, PUT, PATCH, HEAD, OPTIONS } = toNextHandler(registry);
4343
```
4444

45-
</Step>
46-
<Step title="Configure Vercel settings">
47-
48-
Disable Fluid Compute in your `vercel.json`:
49-
50-
```json {{"title":"vercel.json"}}
51-
{
52-
"fluid": false
53-
// ... rest of vercel.json
54-
}
55-
```
56-
57-
Rivet provides its own intelligent load balancing mechanism.
58-
5945
</Step>
6046
<Step title="Deploy to Vercel">
6147

0 commit comments

Comments
 (0)