how do I get support with image optimization for cloudflare pages use next-on-pages in nextjs
how do I get support with image optimization for cloudflare pages use next-on-pages in nextjs
runtime = edge, but that nullifies static generation, right?edge that means the page will be rendered for each request, isn't that right? Am I missing something?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?edge runtime set). Yes, I get it that it invokes a function each time no matter what, question is does the function render the static page each time, or serve the pre-rendered file.




next-on-pages basically makes that whole strategy mute and you get the exact same benefits as shown in that video without having to do anything nor even use hono directly in your Next.js app