Skip to content

Commit

Permalink
🔍 Adjust the home SEO title
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Jan 31, 2024
1 parent 8dfa437 commit d2ab46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Livewire/Home.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Home extends Component
public function render()
{
seo()
->title($title = config('app.name'))
->title($title = config('app.name') . ' | Discord Bot Micro-framework')
->description($description = 'Create powerful Discord bots using Laravel and DiscordPHP.')
->canonical($url = route('home'))
->addSchema(
Expand Down

0 comments on commit d2ab46c

Please sign in to comment.