Skip to content

Commit

Permalink
✨ Added changeset for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaywood committed Mar 26, 2024
1 parent 861db59 commit bb92a9a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .changesets/10295.md
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.

0 comments on commit bb92a9a

Please sign in to comment.