chore(next.config): update output configuration in next.config file

This commit is contained in:
Fatih Kadir Akın
2025-12-20 17:54:58 +03:00
parent b7d5263fec
commit 0e3d99083e

View File

@@ -6,7 +6,7 @@ const withNextIntl = createNextIntlPlugin("./src/i18n/request.ts");
const nextConfig: NextConfig = {
reactCompiler: true,
// Enable standalone output for Docker
output: "standalone",
// output: "standalone",
// Experimental features
experimental: {
// Enable server actions