serverless-next.js
serverless-next.js copied to clipboard
Image Optimization minimumCacheTTL
Currently there is no option to set Cache-Control: max-age
header value, need to implement minimumCacheTTL
see Caching Behavior
Yep, I have tried changing the minimumCacheTTL
setting for images
in the next.config.js but doesn't change the default max-age
from 60.
anything new on this one?
This issue is happened in NextJS 13.4.4 app router version as well.