/** @type {import('next').NextConfig} */ const nextConfig = { output: 'standalone', reactStrictMode: false, swcMinify: true, eslint: { ignoreDuringBuilds: true, }, }; module.exports = nextConfig;