When I click on the videos I don't get directed to the right video on yo
This commit is contained in:
parent
1646a188ee
commit
96159565be
2 changed files with 27 additions and 11 deletions
|
@ -16,6 +16,12 @@ const nextConfig: NextConfig = {
|
|||
port: '',
|
||||
pathname: '/**',
|
||||
},
|
||||
{
|
||||
protocol: 'https',
|
||||
hostname: 'img.youtube.com',
|
||||
port: '',
|
||||
pathname: '/**',
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue