Hello,
I have a website that has been migrated to nextjs 15, however when deploying it to production, I can see that the cache-control is set to no-cache on the main page (first ressource downloaded).
I am using the standalone output from nextjs config
How can I change it?
I did double check and the page is using a static routing as per the toolbar