/** @type {import('next').NextConfig} */ const nextConfig = { output: 'standalone', reactCompiler: true, devIndicators: false, }; export default nextConfig;