Selaa lähdekoodia

fix: 修改 export 模式

ansoni 2 kuukautta sitten
vanhempi
commit
1f31767dfa
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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,