fix: stabilize build and archive configs
This commit is contained in:
@@ -8,6 +8,12 @@ const nextConfig = {
|
||||
formats: ['image/avif', 'image/webp'],
|
||||
deviceSizes: [640, 750, 828, 1080, 1200, 1920, 2048, 3840],
|
||||
imageSizes: [16, 32, 48, 64, 96, 128, 256, 384],
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: 'https',
|
||||
hostname: 'images.unsplash.com'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
// Experimental features for better performance
|
||||
|
||||
Reference in New Issue
Block a user