소스 검색

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,