clodinary img

This commit is contained in:
bismay70
2025-10-19 18:04:51 +05:30
parent 2f1c773ccc
commit b435518eff
2 changed files with 12 additions and 2 deletions

View File

@@ -1,7 +1,17 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
eslint: {
ignoreDuringBuilds: true,
},
images: {
remotePatterns: [
{
protocol: "https",
hostname: "res.cloudinary.com",
},
],
},
};
export default nextConfig;