Skip to content

Commit 155e339

Browse files
authored
fix: image domain protocol
1 parent e5315d5 commit 155e339

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

next.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ const nextConfig = {
33
reactStrictMode: true,
44
images: {
55
domains: ['api.dicebear.com', 'res.cloudinary.com', 'secure.gravatar.com', 'avatars.githubusercontent.com'],
6+
remotePatterns: [
7+
{
8+
protocol: "https",
9+
hostname: "api.dicebear.com",
10+
},
11+
],
612
},
713
}
814

0 commit comments

Comments
 (0)