From 7b8c6c56f92c73ba55a662eb79b51c316b5d7ebf Mon Sep 17 00:00:00 2001 From: SquidSpirit Date: Sat, 18 Jan 2025 03:33:25 +0800 Subject: [PATCH] BLOG-5 docs: add comment for next config --- frontend/next.config.ts | 1 + 1 file changed, 1 insertion(+) 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, };