Explorar el Código

fix: 修改config output

ansoni hace 2 meses
padre
commit
514f4462d7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      next.config.mjs

+ 1 - 1
next.config.mjs

@@ -3,7 +3,7 @@ import createNextIntlPlugin from "next-intl/plugin";
 const withNextIntl = createNextIntlPlugin();
 /** @type {import('next').NextConfig} */
 const nextConfig = {
-    // output: process.env.NODE_ENV === "develop" ? undefined : "standalone",
+    output: "standalone",
     reactStrictMode: false,
     env: {
         BUILD_ENV: process.env.BUILD_ENV,