Ryuiso пре 1 година
родитељ
комит
978f658879
1 измењених фајлова са 1 додато и 1 уклоњено
  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,