export default { transpilePackages: [], images: { remotePatterns: [ { protocol: "http", hostname: "localhost", port: "4000", pathname: "/uploads/**" }, { protocol: "https", hostname: "api.event.brainshare.ng", pathname: "/uploads/**" }, { protocol: "https", hostname: "api.event.brainshar.ng", pathname: "/uploads/**" } ] } };