import type { NextConfig } from "next"; const nextConfig: NextConfig = { output: 'standalone', images: { remotePatterns: [ { protocol: 'https', hostname: 's3.twcstorage.ru', port: '', pathname: '/**', }, ], }, }; export default nextConfig;