import type { NextConfig } from "next"; const nextConfig: NextConfig = { // Standalone-Output für den Docker-Multi-Stage-Build (siehe Dockerfile) output: "standalone", }; export default nextConfig;