Timothy Pomeroy 2 年之前
父节点
当前提交
66cdac5c5f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      next.config.js

+ 1 - 1
next.config.js

@@ -1,6 +1,6 @@
 /** @type {import('next').NextConfig} */
 const nextConfig = {
-  output: "export",
+  // output: "export",
   env: {
     CLIENTS: process.env.CLIENTS
       ? JSON.parse(process.env.CLIENTS)