ソースを参照

fix: remove react strict mode

Ayush Sharma 5 日 前
コミット
cc6c602c52
1 ファイル変更0 行追加2 行削除
  1. 0 2
      next.config.mjs

+ 0 - 2
next.config.mjs

@@ -5,11 +5,9 @@ const withNextra = nextra({
   search: {
     codeblocks: false,
   },
-  contentDirBasePath: '/',
 });
 
 const nextOptions = {
-  reactStrictMode: true,
   output: 'export',
   images: {
     unoptimized: true,