diff --git a/frontend/next.config.ts b/frontend/next.config.ts index 9ab38a3..fb53d7a 100644 --- a/frontend/next.config.ts +++ b/frontend/next.config.ts @@ -1,6 +1,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { + // Avoid from rendering twice in development mode reactStrictMode: false, };