Code-splitting: how long are static assets from previous deployments stored if they are not accessed?

We’re looking into switching to Render.com from Vercel. One of the biggest issues with Vercel is that static assets are wiped as soon as new deployments land. This means that users with previous versions of our SPA run into errors when attempting to load portions of the site that are loaded asynchronously, as previous versions of static assets are no longer available.

How long are static assets from previous deployments held in CDN?

Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.