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,