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