Skip to content

Commit 31c8e43

Browse files
committed
[Beta] Enable Strict Mode
1 parent 78e9fb8 commit 31c8e43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

beta/next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const redirects = require('./src/redirects.json');
1111
**/
1212
const nextConfig = {
1313
pageExtensions: ['jsx', 'js', 'ts', 'tsx', 'mdx', 'md'],
14+
reactStrictMode: true,
1415
experimental: {
1516
plugins: true,
1617
scrollRestoration: true,

0 commit comments

Comments
 (0)