Added vecteezy path in next config iamges

This commit is contained in:
Utkarsh-Patel-13 2025-07-27 13:45:58 -07:00
parent d2964708ff
commit 553e7bfacc

View file

@ -14,6 +14,10 @@ const nextConfig: NextConfig = {
protocol: "https",
hostname: "images.unsplash.com",
},
{
protocol: "https",
hostname: "static.vecteezy.com",
},
],
},
};