want to ask question about opennext.
I have deployed my blog without any issue.
And when i readed documentation i found that worker have assets binding, and when you deploy, its populates with static files.
So next.js app not involved when you acesing them.
But pages that are generated on build, seems like not are there, and every time when i load page, it invokes worker as router for this page. Can it be some how changed, so all static pages that already generated will be served from assets or any other place, so worker will not be involved. Seems like Vercel have this behaviour by defualt, i wounder know is it posible with CF Workers.
I know about Cloudflare Pages, i can't use them since i have some api endpoints in my next.sj app. As last option is split api and blog, but its not something that i want to do. Thank you.