import type { NextConfig } from 'next' const nextConfig: NextConfig = { output: 'standalone', images: { remotePatterns: [ { protocol: 'https', hostname: 'rus.hitmotop.com' }, { protocol: 'https', hostname: 'hitmotop.com' }, ], }, } export default nextConfig