We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51a750f + 212579b commit 04e5c2dCopy full SHA for 04e5c2d
next.config.js
@@ -6,6 +6,7 @@ const nextConfig = {
6
images: {
7
domains: ['res.cloudinary.com', 'example.com', 'images.unsplash.com', 'lh3.googleusercontent.com', 'img.evbuc.com'],
8
},
9
+ exclude: ['v2'],
10
};
11
12
module.exports = nextConfig;
0 commit comments