When I click on the videos I don't get directed to the right video on yo

This commit is contained in:
Derek Slenk 2025-06-26 22:28:30 +00:00
parent 1646a188ee
commit 96159565be
2 changed files with 27 additions and 11 deletions

View file

@ -16,6 +16,12 @@ const nextConfig: NextConfig = {
port: '',
pathname: '/**',
},
{
protocol: 'https',
hostname: 'img.youtube.com',
port: '',
pathname: '/**',
},
],
},
};