Skip to content

Commit cc6c602

Browse files
committed
fix: remove react strict mode
1 parent 9bb7762 commit cc6c602

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

next.config.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ const withNextra = nextra({
55
search: {
66
codeblocks: false,
77
},
8-
contentDirBasePath: '/',
98
});
109

1110
const nextOptions = {
12-
reactStrictMode: true,
1311
output: 'export',
1412
images: {
1513
unoptimized: true,

0 commit comments

Comments
 (0)