/** @type {import('next').NextConfig} */ const nextConfig = { images: { remotePatterns: [ { protocol: 'https', hostname: 'media.tenor.com', pathname: '/1BCeG1aTiBAAAAAd/temptation-stairway-ena.gif' } ] } }; export default nextConfig;