From 0ea2fcffe31bf410a1ddd38209638620464cce5b Mon Sep 17 00:00:00 2001 From: ayrisdev Date: Sat, 5 Sep 2026 19:40:42 +0300 Subject: [PATCH] chore: add media.ayris.tech to remotePatterns --- next.config.ts | 4 ++++ 1 file changed, 4 insertions(+) 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 */