This commit is contained in:
Julien Nahum
2023-03-23 14:07:55 +01:00
parent 472b1a8061
commit 4bb2b59132
4 changed files with 22 additions and 13 deletions

View File

@@ -178,7 +178,7 @@ class SeoMetaResolver
return [
'title' => $template->name . $this->titleSuffix(),
'description' => Str::of($template->description)->limit(160) ,
'description' => Str::of($template->description)->limit(160),
'image' => $template->image_url
];
}