-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
- 📝 Add env variable for deploying to Vercel (#10295) by @ahaywood | ||
|
||
--- | ||
|
||
Updates the documentation for deploying to Vercel. | ||
|
||
--- | ||
|
||
Fixes #10100 | ||
|
||
When you create a fresh install of Redwood and then try deploying to Vercel, it will error out unless you add the following environmental variable: | ||
|
||
``` | ||
ENABLE_EXPERIMENTAL_COREPACK=1 | ||
``` | ||
|
||
<img width="937" alt="env-variables-within-vercel" src="https://github.com/redwoodjs/redwood/assets/212300/c57a1208-df38-4e1e-9440-0bba583194fb"> | ||
|
||
This PR adds documentation for deploying to Vercel. |