This commit is contained in:
2025-03-21 08:49:15 +07:00
parent ea0e2d2780
commit c0518b4866
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
reactStrictMode: true,
reactStrictMode: false,
};
export default nextConfig;