Vercel announced that support for the legacy `now.json` configuration file will be discontinued on March 31, 2026. Users are advised to migrate existing files by simply renaming them to `vercel.json`, with no other content modifications needed. For more complex programmatic configurations, `vercel.ts` is recommended.
Source: Vercel