diff --git a/next.config.ts b/next.config.ts index 60efd05..f4e410b 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,6 +2,8 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { images: { + loader: 'custom', + loaderFile: './lib/openinary-loader.ts', remotePatterns: [ { protocol: 'https', @@ -18,6 +20,10 @@ const nextConfig: NextConfig = { { protocol: 'https', hostname: 'res.cloudinary.com', + }, + { + protocol: 'https', + hostname: 'media.ayris.tech', } ], },