ソースを参照

fix: 打败配置修改

ansoni 2 ヶ月 前
コミット
0ab44f6dfd
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,