Skip to content

Commit 5611367

Browse files
committed
Add res.cloudinary.com domain to config
1 parent 31e383e commit 5611367

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)