chore: add media.ayris.tech to remotePatterns

This commit is contained in:
2026-09-05 19:40:42 +03:00
parent 499adaf756
commit 0ea2fcffe3
+4
View File
@@ -14,6 +14,10 @@ const nextConfig: NextConfig = {
protocol: 'https', protocol: 'https',
hostname: 'res.cloudinary.com', hostname: 'res.cloudinary.com',
}, },
{
protocol: 'https',
hostname: 'media.ayris.tech',
},
], ],
}, },
/* other config options here */ /* other config options here */