Skip to content

Commit c2d0881

Browse files
committed
docs(vercel): uncomment vercel.json section
1 parent 74c047e commit c2d0881

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/2.deploy/20.providers/vercel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ export default defineNitroConfig({
6060
})
6161
```
6262

63-
<!-- Alternatively, Nitro also detects Bun automatically if you specify a `bunVersion` property in your `vercel.json`:
63+
Alternatively, Nitro also detects Bun automatically if you specify a `bunVersion` property in your `vercel.json`:
6464

6565
```json [vercel.json]
6666
{
6767
"$schema": "https://openapi.vercel.sh/vercel.json",
6868
"bunVersion": "1.x"
6969
}
70-
``` -->
70+
```
7171

7272
## Custom build output configuration
7373

0 commit comments

Comments
 (0)