We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
vercel.json
1 parent 74c047e commit c2d0881Copy full SHA for c2d0881
docs/2.deploy/20.providers/vercel.md
@@ -60,14 +60,14 @@ export default defineNitroConfig({
60
})
61
```
62
63
-<!-- Alternatively, Nitro also detects Bun automatically if you specify a `bunVersion` property in your `vercel.json`:
+Alternatively, Nitro also detects Bun automatically if you specify a `bunVersion` property in your `vercel.json`:
64
65
```json [vercel.json]
66
{
67
"$schema": "https://openapi.vercel.sh/vercel.json",
68
"bunVersion": "1.x"
69
}
70
-``` -->
+```
71
72
## Custom build output configuration
73
0 commit comments