How to deploy a Next js app with ISR support to a CDN like firebase hosting (without using cloud function)?
I recently added the ISR support to my next js project and it works well on my machine. I mean the built project works on my local host but not on CDN. How to solve it, please?