We have a Next.js website hosted on Vercel, and using rewrites, we fall back to internal servers for the pages we haven't migrated yet.
If we needed to temporarily take down our servers - could we use vercel to serve up a cached response of all requests made through it - or even better - caching just the requests that fallback to those rewrites and not affect the Next.js part of the site?