Ryuiso 1 anno fa
parent
commit
978f658879
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      next.config.mjs

+ 1 - 1
next.config.mjs

@@ -21,7 +21,7 @@ const nextConfig = {
     config.resolve.fallback = {
       child_process: false,
     };
-
+    
     return config;
   },
   output: mode,