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;

View File

@@ -71,7 +71,7 @@ const UploadPage: React.FC = () => {
<div className="min-h-screen flex flex-col md:flex-row">
<div className="hidden md:block md:w-1/2 relative">
<Image
src="/clg.jpg"
src="https://res.cloudinary.com/dbnnd43kl/image/upload/v1760877041/Lucid_Origin_A_curious_cartoon_college_student_peeks_out_from__0_hsfh3l.jpg"
alt="ml4e"
fill
style={{ objectFit: "cover" }}