Browse Source

fix: 修改outpit

ansoni 1 tháng trước cách đây
mục cha
commit
be30df96cf
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 @@ import createNextIntlPlugin from "next-intl/plugin";
 const withNextIntl = createNextIntlPlugin();
 /** @type {import('next').NextConfig} */
 const nextConfig = {
-    // output: "standalone",
+    output: "standalone",
     productionBrowserSourceMaps: true,
     reactStrictMode: false,
     env: {