Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Nov 23, 2024
1 parent 3ef1500 commit 76095cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Livewire/Pages/ContentPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ class ContentPage extends Component

public function render()
{
$this->seo($this->page->title);
seo()
->title($this->page->title);

return view('livewire.pages.content-page');
}
Expand Down

0 comments on commit 76095cd

Please sign in to comment.