import type { NextConfig } from "next"; // next.config.ts const nextConfig: NextConfig = {}; export default nextConfig;