Merged in fix/image-caching (pull request #1586)
fix/images: changed default cache time from 1 minute to 31 days. Reduced size of swan icons * fix/images: changed default cache time from 1 minute to 31 days. Reduced size of swan icons * More performance improvements * Priority on hero image on startpage Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -35,6 +35,9 @@ const nextConfig = {
|
||||
},
|
||||
},
|
||||
images: {
|
||||
minimumCacheTTL: 2678400, // 31 days
|
||||
deviceSizes: [320, 420, 768, 1024, 1200, 2400],
|
||||
imageSizes: [200, 400, 800, 1200, 1920],
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: "https",
|
||||
|
||||
Reference in New Issue
Block a user