Interesting problem of Next.JS SSG (or any SSG I guess) when number of pages that we want to generate is too many (let say million of it) causing the disk full. I guess we shouldn't treat SSG or ISR as a cache like what is Vercel promoted it for because it doesn't have any limit boundary on the number or size of this type of storage at all