Deployment-level configuration for Fluid compute

1 min read

You can now configure Fluid compute on a per-deployment basis.

By setting "fluid": true in your vercel.json, Fluid compute will be activated for that specific deployment. You can also enable or disable Fluid regardless of project level settings.

This allows teams to selectively test and adopt Fluid compute without changing the global project settings.

vercel.json
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"fluid": true
}

Read more in our documentation.