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'],