Menu

Deployment-level configuration for Fluid compute - Vercel
📰
0

Deployment-level configuration for Fluid compute - Vercel

Vercel News·Florentin Eckl·4 days ago
#LbeFgiqv
#vercel#fluid#compute#deployment#true#photo
Reading 0:00
15s threshold

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.

{

"$schema": "https://openapi.vercel.sh/vercel.json",

"fluid": true

}

Read more in our documentation.

Read More