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