/** @type {import('next').NextConfig} */ const nextConfig = { images: { remotePatterns: [ { protocol: 'http', hostname: 'localhost', port: '4100', pathname: '/uploads/**' } ], }, }; export default nextConfig;