BLOG-5 docs: add comment for next config

This commit is contained in:
SquidSpirit 2025-01-18 03:33:25 +08:00
parent c16e3f29a0
commit 756112cb21

View File

@ -1,6 +1,7 @@
import type { NextConfig } from "next"; import type { NextConfig } from "next";
const nextConfig: NextConfig = { const nextConfig: NextConfig = {
// Avoid from rendering twice in development mode
reactStrictMode: false, reactStrictMode: false,
}; };