Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mischasigtermans authored Aug 23, 2024
1 parent 7f64877 commit f0001a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SEOManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public function flipp(string $alias, string|array $data = null): string|static
}

/** 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);
Expand Down

0 comments on commit f0001a9

Please sign in to comment.