/** @type {import('next').NextConfig} */ const nextConfig = { images: { remotePatterns: [] }, }; export default nextConfig;