From fb02c498a6e08c5f85e20b3b28fd27bd04b8eb27 Mon Sep 17 00:00:00 2001 From: KarlderHeinz Date: Sat, 22 Aug 2026 03:58:50 +0200 Subject: [PATCH] removed standalone --- next.config.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/next.config.ts b/next.config.ts index 9988f56..cac284c 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,7 +1,5 @@ import type { NextConfig } from "next"; // next.config.ts -const nextConfig: NextConfig = { - output: "standalone", -}; +const nextConfig: NextConfig = {}; export default nextConfig;