fix(linkedin): 1300 characters instead of 3000 - api limitaion

This commit is contained in:
Nevo David 2024-10-06 00:53:16 +07:00
parent 25a0260a8f
commit 21f9d2323f
1 changed files with 1 additions and 1 deletions

View File

@ -129,4 +129,4 @@ const LinkedinPreview: FC = (props) => {
);
};
export default withProvider(null, LinkedinPreview, undefined, undefined, 3000);
export default withProvider(null, LinkedinPreview, undefined, undefined, 1300);