Explorar el Código

fix: remove react strict mode

Ayush Sharma hace 5 días
padre
commit
cc6c602c52
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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,