We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d38375 + 5c0d57b commit 64d13b4Copy full SHA for 64d13b4
1 file changed
next.config.js
@@ -33,6 +33,9 @@ const nextConfig = {
33
hostname: "**",
34
},
35
],
36
+ // Cache each optimized image variant for 7 days (default is 60s, which
37
+ // causes constant re-optimization invocations on Vercel).
38
+ minimumCacheTTL: 60 * 60 * 24 * 7,
39
40
41
webpack(config) {
0 commit comments