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