add custom play button
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-04-10 21:12:03 +01:00
parent 5e818f1823
commit 50ef8326dd
2 changed files with 76 additions and 32 deletions
+4
View File
@@ -9,6 +9,10 @@ const nextConfig: NextConfig = {
hostname: "images.unsplash.com",
pathname: "/**",
},
{
protocol: 'https',
hostname: 'i.ytimg.com', // NOVO: Adicionado para as thumbnails do YouTube
},
],
},
};