|
@@ -4,7 +4,7 @@ import createNextIntlPlugin from "next-intl/plugin";
|
|
|
const withNextIntl = createNextIntlPlugin();
|
|
|
/** @type {import('next').NextConfig} */
|
|
|
const nextConfig = {
|
|
|
- // output: "standalone",
|
|
|
+ output: "standalone",
|
|
|
productionBrowserSourceMaps: true,
|
|
|
reactStrictMode: false,
|
|
|
env: {
|