Skip to content

Commit d4b430e

Browse files
authored
docs(vercel): minor improvements (#3498)
1 parent ef6ae54 commit d4b430e

1 file changed

Lines changed: 11 additions & 16 deletions

File tree

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

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,28 @@
11
# Vercel
22

3-
> Deploy Nitro apps to Vercel Functions.
3+
> Deploy Nitro apps to Vercel.
44
55
**Preset:** `vercel`
66

7-
:read-more{title="Vercel Functions" to="https://vercel.com/docs/functions"}
7+
:read-more{title="Vercel Framework Support" to="https://vercel.com/docs/frameworks"}
88

99
::note
1010
Integration with this provider is possible with [zero configuration](/deploy/#zero-config-providers).
1111
::
1212

13-
## Deploy using git
13+
## Getting started
1414

15+
Deploying to Vercel comes with the following features:
16+
- [Preview deployments](https://vercel.com/docs/deployments/environments)
17+
- [Fluid compute](https://vercel.com/docs/fluid-compute)
18+
- [Observability](https://vercel.com/docs/observability)
19+
- [Vercel Firewall](https://vercel.com/docs/vercel-firewall)
1520

16-
- Push your code to your git repository (GitHub, GitLab, Bitbucket).
17-
- [Import your project](https://vercel.com/new) into Vercel.
18-
- Vercel will detect that you are using Nitro and will enable the correct settings for your deployment.
19-
- Your application is deployed!
21+
And much more. Learn more in [the Vercel documentation](https://vercel.com/docs).
2022

23+
### Deploy with Git
2124

22-
After your project has been imported and deployed, all subsequent pushes to branches will generate [Preview Deployments](https://vercel.com/docs/concepts/deployments/environments#preview), and all changes made to the Production Branch (commonly “main”) will result in a [Production Deployment](https://vercel.com/docs/concepts/deployments/environments#production).
23-
24-
Learn more about Vercel’s [Git Integration](https://vercel.com/docs/concepts/git).
25-
26-
## Monorepo support
27-
28-
Monorepos are supported by Vercel. However a custom "[Root Directory](https://vercel.com/docs/deployments/configure-a-build#root-directory)" must be specified in "Project Settings > General" tab. Make sure that "Include source files outside of the Root Directory" is checked.
29-
30-
Examples of values for "Root Directory": `apps/web` or `packages/app`.
25+
Vercel supports Nitro with zero-configuration. [Deploy Nitro to Vercel now](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fvercel%2Ftree%2Fmain%2Fexamples%2Fnitro).
3126

3227
## Observability
3328

0 commit comments

Comments
 (0)