|
@@ -3,7 +3,7 @@ import createNextIntlPlugin from "next-intl/plugin";
|
|
|
const withNextIntl = createNextIntlPlugin();
|
|
|
/** @type {import('next').NextConfig} */
|
|
|
const nextConfig = {
|
|
|
- // output: process.env.NODE_ENV === "develop" ? undefined : "standalone",
|
|
|
+ output: "standalone",
|
|
|
reactStrictMode: false,
|
|
|
env: {
|
|
|
BUILD_ENV: process.env.BUILD_ENV,
|