vercel@50.1.0
📦 vercel-cliView on GitHub →
✨ 3 features🐛 1 fixes
Summary
This release introduces configuration for custom error pages, a new bulk redirect upload command, and fixes an issue with environment variable parsing.
✨ New Features
- Added support for `customErrorPage` configuration in `vercel.json` to customize pages for platform errors.
- Added a vercel redirects upload command to bulk upload redirects from CSV or JSON files.
- Added support for the `out` flag in the deploy command for aliasing production domains.
🐛 Bug Fixes
- Fixed handling of JSON values containing newlines when pulling environment variables.