Optimized images and linting
This commit is contained in:
+8
-1
@@ -4,7 +4,14 @@ import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
images: {
|
||||
qualities: [75, 80, 85, 90, 95, 100], // Add 90 here!
|
||||
qualities: [75, 80, 85, 90, 95, 100],
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: 'https',
|
||||
hostname: 'avatars.githubusercontent.com',
|
||||
pathname: '/**',
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user