refactor: allow all images in UI

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-08-23 19:40:29 -07:00
parent 76732c36ba
commit 660d1cb444

View file

@ -12,11 +12,7 @@ const nextConfig: NextConfig = {
remotePatterns: [
{
protocol: "https",
hostname: "images.unsplash.com",
},
{
protocol: "https",
hostname: "static.vecteezy.com",
hostname: "**",
},
],
},