import type { NextConfig } from "next"; const nextConfig: NextConfig = { // No experimental features or custom headers to minimize bloat }; export default nextConfig;