Explorar el Código

fix: 修改outpit

ansoni hace 1 mes
padre
commit
be30df96cf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: {