import type { NextConfig } from "next"; const nextConfig: NextConfig = { output: "standalone", // Otimização para Docker }; export default nextConfig;