Skip to main content

Skew Protection now supports prebuilt deployments

By Steven Van ·

Teams building locally with `vercel deploy --prebuilt` can now set a custom deploymentId in next.config.js for skew protection routing.

Vercel's Vercel now supports Skew Protection for deployments made with vercel deploy --prebuilt. Teams that build locally and upload with --prebuilt can set a custom deploymentId in next.config.js, which is written to routes-manifest.json and used for skew protection routing. The ID lifecycle is up to the team: the same ID can be reused across multiple prebuilt deployments, or updated when deploying new versions.

Read the announcement for details.

Vercel
Vercel
The platform for frontend developers — deploy, preview, and scale web apps and AI agents with zero config.
View Vercel →

Read the original announcement →

Read Skew Protection now supports prebuilt deployments on Creators Toolbox