import type { NextConfig } from "next"; const nextConfig: NextConfig = { output: "standalone", // Dockerfile için gerekli images: { remotePatterns: [], }, }; export default nextConfig;