Change teks image size in head
This commit is contained in:
@@ -15,9 +15,9 @@ export default function SlugTeks({teks, anTeks, slug}) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<HeadLayout
|
<HeadLayout
|
||||||
imageWidth={kouveti ? kouveti.formats.thumbnail.width : null}
|
imageWidth={kouveti ? kouveti.formats.small.width : null}
|
||||||
imageHeight={kouveti ? kouveti.formats.thumbnail.height : null}
|
imageHeight={kouveti ? kouveti.formats.small.height : null}
|
||||||
imageUrl={kouveti ? kouveti.formats.thumbnail.url : null}
|
imageUrl={kouveti ? kouveti.formats.small.url : null}
|
||||||
title={`${awtis} - ${anTeks.tit}`} tab={2} slug={`teks/${slug}`}
|
title={`${awtis} - ${anTeks.tit}`} tab={2} slug={`teks/${slug}`}
|
||||||
>
|
>
|
||||||
<TeksDrawer teks={teks} anTeks={anTeks} />
|
<TeksDrawer teks={teks} anTeks={anTeks} />
|
||||||
|
|||||||
Reference in New Issue
Block a user