import type { NextConfig } from "next";

const nextConfig: NextConfig = {
  // rewrites handled in middleware.ts
};

export default nextConfig;
