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,