BLOG-5 docs: add comment for next config
This commit is contained in:
parent
a46c4eed9c
commit
7b8c6c56f9
@ -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,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user