Vercel's CDN now supports updating routing rules without a new deployment
Vercel's CDN adds project-level routing rules for headers and rewrites that take effect instantly without requiring a new deployment, available on all plans via dashboard, API, CLI, and SDK.
You can now create and update routing rules within a project, such as setting response headers or rewrites to an external API, without building a new deployment. Project-level routing rules are available via the dashboard, API, CLI, and Vercel SDK and take effect instantly after you make and publish the change. Project-level routes run after bulk redirects and before your deployment config's routes.
With this addition, Vercel's CDN now supports three routing mechanisms: Project-level routes are available on all plans starting today. Read the or go to the in your project dashboard to get started.documentationCDN tab Read more Routes defined in your deployment configuration (via , or )vercel.json,vercel.tsnext.config.js Bulk redirects Project-level routes