浏览代码

fix: 修改 export 模式

ansoni 2 月之前
父节点
当前提交
1f31767dfa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      next.config.mjs

+ 1 - 1
next.config.mjs

@@ -4,7 +4,7 @@ const withNextIntl = createNextIntlPlugin();
 
 /** @type {import('next').NextConfig} */
 const nextConfig = {
-    // output: "standalone",
+    output: "standalone",
     reactStrictMode: false,
     env: {
         BUILD_ENV: process.env.BUILD_ENV,