Skip to content

Commit

Permalink
Remove ENABLE_VC_BUILD from vercel deployment guide (#1266)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank99 authored Aug 11, 2022
1 parent 45f2f91 commit 5050880
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/pages/en/guides/deploy/vercel.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,6 @@ To enable SSR in your Astro project and deploy on Vercel:
});
```
1. Enable Vercel’s [Build Output API](https://vercel.com/docs/build-output-api/v3) by setting the `ENABLE_VC_BUILD` environment variable in `vercel.json`.
```js
{
"build": {
"env": {
"ENABLE_VC_BUILD": "1"
}
}
}
```
📚 Learn more about [setting enviroment variables in Vercel](https://vercel.com/docs/concepts/projects/environment-variables)
## How to deploy
You can deploy to Vercel through the website UI or using Vercel’s CLI (command line interface). The process is the same for both static and SSR Astro sites.
Expand Down

0 comments on commit 5050880

Please sign in to comment.