From 3a5c01cb2ade9db1a0807a196b1106de8cdd0bcb Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Wed, 27 Sep 2023 21:42:17 -0500 Subject: [PATCH] Set next/image minimum cache to 1 year --- next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.js b/next.config.js index 0d717fce..5fd31a4c 100644 --- a/next.config.js +++ b/next.config.js @@ -17,6 +17,7 @@ const nextConfig = { port: '', pathname: '/**', }], + minimumCacheTTL: 31536000, }, experimental: { serverActions: true,