import type { NextConfig } from "next"; const nextConfig: NextConfig = { images: { remotePatterns: [ { protocol: "https", hostname: "kuichrzrbdwydixbdfon.supabase.co", pathname: "/storage/v1/object/public/**", }, ], }, }; export default nextConfig;