Set next/image minimum cache to 1 year

This commit is contained in:
Sam Becker 2023-09-27 21:42:17 -05:00
parent 4da5b97847
commit 3a5c01cb2a

View File

@ -17,6 +17,7 @@ const nextConfig = {
port: '',
pathname: '/**',
}],
minimumCacheTTL: 31536000,
},
experimental: {
serverActions: true,