Add mime to teks image

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2021-05-28 20:15:26 +02:00
parent 34207d2215
commit 03a39fd7fb
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -37,6 +37,7 @@ export default function SlugTeks({teks, anTeks, slug}) {
imageUrl={formatKouveti() ? formatKouveti().url : null}
imageWidth={formatKouveti() ? formatKouveti().width : null}
imageHeight={formatKouveti() ? formatKouveti().height : null}
imageMime={formatKouveti() ? formatKouveti().mime : null}
title={`${awtis} - ${anTeks.tit}`} tab={2} slug={`teks/${slug}`}
>
<TeksDrawer teks={teks} anTeks={anTeks} />