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,