Skip to content

Commit

Permalink
fix stan
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinGab committed Aug 24, 2024
1 parent 29dc474 commit d36aede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SeoData.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function __construct(
public ?array $schemas = null,
public ?SeoTags $customTags = null,
) {
$this->title = $title ?? __(config('seo.title')) ?? '';
$this->title = $title ?? __(config('seo.title'));
$this->canonical = $canonical ?? URL::current();
$this->description = $description ?? __(config('seo.description'));
$this->robots = $robots ?? config('seo.robots');
Expand Down

0 comments on commit d36aede

Please sign in to comment.