Removed image optimaztion in for loop

This commit is contained in:
2025-09-05 12:22:10 +02:00
parent f98ea861a8
commit 958588b3c4
2 changed files with 1 additions and 3 deletions

View File

@@ -4,9 +4,6 @@ const nextConfig: NextConfig = {
eslint: { eslint: {
ignoreDuringBuilds: true ignoreDuringBuilds: true
}, },
images: {
remotePatterns: [new URL("https://minotar.net/**")]
},
experimental: { experimental: {
reactCompiler: { reactCompiler: {
compilationMode: "all" compilationMode: "all"

View File

@@ -40,6 +40,7 @@ export function PresigeousHeads({ heads }: { heads: { username: string, timestam
width={24} width={24}
height={24} height={24}
alt={username} alt={username}
unoptimized
/> />
</Link> </Link>
) )