Removed image optimaztion in for loop
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user