chore: next image config updated (#5452)

This commit is contained in:
Anmol Singh Bhatia 2024-08-30 19:24:29 +05:30 committed by GitHub
parent 2e890e4d6f
commit b9f78ba42b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,12 +25,6 @@ const nextConfig = {
];
},
images: {
remotePatterns: [
{
protocol: "https",
hostname: "**",
},
],
unoptimized: true,
},
// webpack: (config, { isServer }) => {