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