Alright, so if I have a page that doesn't need hydration, doesn't have any interactive stuff, not ev

Alright, so if I have a page that doesn't need hydration, doesn't have any interactive stuff, not even server actions (so not setting runtime: edge), will that page be statically generated and served like it would be from R2/CDN basically? Or is everything run each time, even the 100% static pages. I'm trying to figure out how the NextJS bundle generation, NextJS caching, Cloudflare caching, and overall Cloudflare infra work together. Are there any resources about this I can read?
Was this page helpful?