/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
remotePatterns: [
{
protocol: 'https',
hostname: 'thehub-io.imgix.net',
pathname: '/files/s3/*',
},
],
};
export default nextConfig;