@@ -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,