Ver código fonte

fix: 修改 export 模式

ansoni 2 meses atrás
pai
commit
1f31767dfa
1 arquivos alterados com 1 adições e 1 exclusões
  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,