Skip to content

Commit 9f7873d

Browse files
committed
Added cloudinary to list of domains
1 parent b553e18 commit 9f7873d

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)