Browse Source

fix: 打败配置修改

ansoni 2 tháng trước cách đây
mục cha
commit
0ab44f6dfd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,