Hey @michaelmoo0n are you using Next.js here? If so, I’m pretty sure this is due to the default caching behavior within it. I think Vercel will automatically use ISR if it determines that there are static pages that are fetching dynamic content at build time and/or if ISR improves performance. Overall this is just how Next.js and Vercel works together to help optimize your site/app.
2 Likes