shorten bio for og-image (#1477)
This commit is contained in:
parent
8b68263800
commit
59d4d92b52
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ export const HeadSeo: React.FC<HeadSeoProps & { children?: never }> = (props) =>
|
||||||
nextSeoProps = {},
|
nextSeoProps = {},
|
||||||
} = props;
|
} = props;
|
||||||
|
|
||||||
const truncatedDescription = description.length > 32 ? description.substring(0, 31) + "..." : description;
|
const truncatedDescription = description.length > 24 ? description.substring(0, 23) + "..." : description;
|
||||||
const pageTitle = title + " | Cal.com";
|
const pageTitle = title + " | Cal.com";
|
||||||
let seoObject = buildSeoMeta({
|
let seoObject = buildSeoMeta({
|
||||||
title: pageTitle,
|
title: pageTitle,
|
||||||
|
|
Loading…
Reference in a new issue