/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, output: 'standalone', images: { formats: ['image/avif', 'image/webp'], remotePatterns: [], // если нужно — оставляем }, }; export default nextConfig;