@vercel/next@4.16.6
📦 vercel-functionsView on GitHub →
🐛 1 fixes🔧 1 symbols
Summary
This patch release removes an unnecessary request header ('x-nextjs-data') from non-data routes before Next.js data route normalization.
🐛 Bug Fixes
- Removed the 'x-nextjs-data' request header for non-'/_next/data' routes prior to Next.js data route normalization.