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