/** @type {import('next').NextConfig} */ const nextConfig = { images:{ remotePatterns: [ { protocol: 'https', hostname: "yt3.ggpht.com", port: '', } ], unoptimized: true, } } module.exports = nextConfig