Set next/image minimum cache to 1 year
This commit is contained in:
parent
4da5b97847
commit
3a5c01cb2a
@ -17,6 +17,7 @@ const nextConfig = {
|
||||
port: '',
|
||||
pathname: '/**',
|
||||
}],
|
||||
minimumCacheTTL: 31536000,
|
||||
},
|
||||
experimental: {
|
||||
serverActions: true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user