Automatic installation
When you deploy your Next.js application to Vercel, the adapter is automatically configured. No manual installation is required.It is recommended to let Vercel automatically configure the adapter to receive automatic fixes and updates.
Manual installation
For debugging purposes or local development, you can install the adapter package manually.Package managers
Requirements
The adapter has the following requirements:Version 20.6.0 or higher
Version 16.1.1-canary.18 or higher
Configuration
After installation, configure the adapter in your Next.js configuration file.- TypeScript
- JavaScript
next.config.ts
Verification
To verify the adapter is working correctly, build your Next.js application:.next/output directory containing the Vercel deployment configuration and outputs.