Optimized images and linting

This commit is contained in:
2026-03-11 20:47:07 +01:00 Verified
parent 252790cfc2
commit 1cd07b9dd5
8 changed files with 65 additions and 32 deletions
+8 -1
View File
@@ -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: '/**',
},
],
},
};