Skew Protection now supports prebuilt deployments
Vercel extends Skew Protection to prebuilt deployments, letting teams set a custom deploymentId in next.config.js when building locally and uploading via the --prebuilt flag.
Skew Protection can now be used with deployments.vercel deploy --prebuilt For teams building locally and uploading with , you can now set a custom in your :--prebuiltdeploymentIdnext.config.js This ID is written to and used by Vercel for skew protection routing. You control the ID lifecycle, using the same ID across multiple prebuilt deployments or updating it when deploying new versions.routes-manifest.json This feature enables Skew Protection support for the specific workflow of building applications locally and then uploading them to Vercel.
Learn more about .Skew Protection Read more