diff --git a/.gitignore b/.gitignore index 10e85c1..221dd45 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,6 @@ yarn-error.log* # typescript *.tsbuildinfo next-env.d.ts + +# vscode +.vscode/launch.json diff --git a/components/youtube-video-card.tsx b/components/youtube-video-card.tsx index 4e74662..48e566c 100644 --- a/components/youtube-video-card.tsx +++ b/components/youtube-video-card.tsx @@ -115,6 +115,8 @@ export function YouTubeVideoCard({ borderRadius: "100%", width: `${scale.fontSize(2.6)}px`, height: `${scale.fontSize(2.6)}px`, + // Nécessaire pour l'export. Satori ne gère pas width: 0 + display: scale.fontSize(2.6) ? 'none' : 'block', }} /> )}