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!