Skip to content

Commit c282e9e

Browse files
committed
Add domain name for image link
1 parent 31e383e commit c282e9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const nextConfig = {
77
dirs: ['src', 'e2e'],
88
},
99
images: {
10-
domains: ['bit.ly'],
10+
domains: ['bit.ly', 'res.cloudinary.com'],
1111
},
1212
};
1313

0 commit comments

Comments
 (0)