Skip to content

Commit

Permalink
updated next config
Browse files Browse the repository at this point in the history
  • Loading branch information
Asante-ntiro committed Dec 8, 2024
1 parent 4ec4b3b commit 00bdc4a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/nextjs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ const nextConfig = {
return config;
},
images: {
remotePatterns: [{ hostname: "gravatar.com" }],
remotePatterns: [
{ hostname: "1.gravatar.com" },
{ hostname: "gravatar.com" },
],
},
};

Expand Down

0 comments on commit 00bdc4a

Please sign in to comment.