Quellcode durchsuchen

fix: 打败配置修改

ansoni vor 2 Monaten
Ursprung
Commit
0ab44f6dfd
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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,