import type { NextConfig } from "next"; const nextConfig: NextConfig = { images: { remotePatterns: [], }, }; export default nextConfig;