@@ -4,7 +4,7 @@ const withNextIntl = createNextIntlPlugin();
/** @type {import('next').NextConfig} */
const nextConfig = {
- // output: "standalone",
+ output: "standalone",
reactStrictMode: true,
env: {
BUILD_ENV: process.env.BUILD_ENV,
@@ -16,7 +16,6 @@
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
- "react": [ "./node_modules/@types/react" ],
"plugins": [
{
"name": "next"