planpost-offer-landing/next.config.ts
2025-12-03 14:45:47 +06:00

8 lines
156 B
TypeScript

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