Przeglądaj źródła

fix: 修改 export 模式

ansoni 2 miesięcy temu
rodzic
commit
1f31767dfa
1 zmienionych plików z 1 dodań i 1 usunięć
  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,