Vercel's CDN Cache can now be purged by users with the Owner role using the button in project settings or by running a CLI command,
The CDN cache is already purged when you create a new deployment but that can take seconds or minutes to build. This new button is able to purge the CDN cache globally in milliseconds.
Some cached paths persist between deployments, for example Image Optimization, so you can now manually purge when you know the external source images have changed and you want to see fresh content.
Learn more in the documentation.
Read more
Continue reading...
vercel cache purge --type=cdn
, using version 44.2.0 or newer.The CDN cache is already purged when you create a new deployment but that can take seconds or minutes to build. This new button is able to purge the CDN cache globally in milliseconds.
Some cached paths persist between deployments, for example Image Optimization, so you can now manually purge when you know the external source images have changed and you want to see fresh content.
Learn more in the documentation.
Read more
Continue reading...