<@94508156243161088> Thanks for the work you’ve been doing! I posted a feature request based on Next
@James Thanks for the work you’ve been doing! I posted a feature request based on Next 15 caching mechanism…. https://github.com/cloudflare/next-on-pages/issues/913
Any recommendations for the time being to get cache working with v 15?
Any recommendations for the time being to get cache working with v 15?
GitHub
Description previously, cache was on by default. let posts:any = await fetch('https://domain.com/posts').then((res) => res.json()) Updated method to opt-in for cache as per NEXTjs's ...
