diff --git a/next.config.ts b/next.config.ts index 87284df..ad7e5de 100644 --- a/next.config.ts +++ b/next.config.ts @@ -12,6 +12,15 @@ const nextConfig: NextConfig = { }, }, + images: { + remotePatterns: [ + { + protocol: "https", + hostname: "res.cloudinary.com", + }, + ], + }, + webpack: (config) => { // @ts-expect-error: Next const fileLoaderRule = config.module.rules.find((rule) =>