From 1635ab3707c8af4a1084e1f2794880e6d1ee6649 Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Tue, 10 Feb 2026 09:24:20 -0600 Subject: [PATCH] output: "standalone", --- next.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/next.config.ts b/next.config.ts index a77ce31..c0b335e 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,6 +1,9 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { + // FÜGE DIESE ZEILE HINZU: + output: "standalone", + // Image optimization images: { formats: ['image/webp'],