From 958588b3c40d408fe6325630f98b9fad90989efe Mon Sep 17 00:00:00 2001 From: Taken Date: Fri, 5 Sep 2025 12:22:10 +0200 Subject: [PATCH] Removed image optimaztion in for loop --- next.config.ts | 3 --- src/app/(stats)/player/[ign]/_stats/skywars/client.tsx | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/next.config.ts b/next.config.ts index 5f6f8a7..f295845 100644 --- a/next.config.ts +++ b/next.config.ts @@ -4,9 +4,6 @@ const nextConfig: NextConfig = { eslint: { ignoreDuringBuilds: true }, - images: { - remotePatterns: [new URL("https://minotar.net/**")] - }, experimental: { reactCompiler: { compilationMode: "all" diff --git a/src/app/(stats)/player/[ign]/_stats/skywars/client.tsx b/src/app/(stats)/player/[ign]/_stats/skywars/client.tsx index 3fc2fb5..9a77ec7 100644 --- a/src/app/(stats)/player/[ign]/_stats/skywars/client.tsx +++ b/src/app/(stats)/player/[ign]/_stats/skywars/client.tsx @@ -40,6 +40,7 @@ export function PresigeousHeads({ heads }: { heads: { username: string, timestam width={24} height={24} alt={username} + unoptimized /> )