mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 01:44:03 +00:00
wip
This commit is contained in:
parent
7f64877ed7
commit
f0001a9778
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ class SEOManager
|
|||
}
|
||||
|
||||
/** Configure or use PreviewLinks. */
|
||||
public function previewLinks(string $alias, int|string|array $data = null): string|static
|
||||
public function previewlink(string $alias, int|string|array $data = null): string|static
|
||||
{
|
||||
if (is_string($data) || is_int($data)) {
|
||||
$this->meta("previewlink.templates.$alias", (string) $data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue