Reactjs – Does NextJS time-based revalidation count towards Vercel build execution minutes?
I'm currently running the staging environment for a large project with 50+ dynamic pages. They implement time-based revalidation every 5 minutes on Vercel's free tier. Plus I have to import data for many more pages with dynamic params (like /posts/[slug]),…