diff --git a/next.config.ts b/next.config.ts index 44051dd..343b9a3 100644 --- a/next.config.ts +++ b/next.config.ts @@ -14,6 +14,10 @@ const nextConfig: NextConfig = { protocol: 'https', hostname: 'res.cloudinary.com', }, + { + protocol: 'https', + hostname: 'media.ayris.tech', + }, ], }, /* other config options here */