Removed image optimaztion in for loop
This commit is contained in:
@@ -4,9 +4,6 @@ const nextConfig: NextConfig = {
|
||||
eslint: {
|
||||
ignoreDuringBuilds: true
|
||||
},
|
||||
images: {
|
||||
remotePatterns: [new URL("https://minotar.net/**")]
|
||||
},
|
||||
experimental: {
|
||||
reactCompiler: {
|
||||
compilationMode: "all"
|
||||
|
||||
@@ -40,6 +40,7 @@ export function PresigeousHeads({ heads }: { heads: { username: string, timestam
|
||||
width={24}
|
||||
height={24}
|
||||
alt={username}
|
||||
unoptimized
|
||||
/>
|
||||
</Link>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user