diff --git a/next.config.ts b/next.config.ts index 461b25c..7f582bd 100644 --- a/next.config.ts +++ b/next.config.ts @@ -7,6 +7,7 @@ const nextConfig: NextConfig = { reactCompiler: true, }, images: { + minimumCacheTTL: 60 * 60 * 24 * 7 * 4, localPatterns: [ { pathname: "/assets/**",