hello, I'm building a blog website using NextJs with Cloudflare and next-on-pages. Because the blog

hello, I'm building a blog website using NextJs with Cloudflare and next-on-pages. Because the blog has so many images, so it is easy to reach the size limit of Cloudflare Worker. Can you tell me how to avoid this limitation? Such as, how to exclude the static assets like images and fonts to count in Cloudflare Worker size limit.
Was this page helpful?