laravel-meta-manager
laravel-meta-manager copied to clipboard
Default title not showing up
<title>{{ !empty($title)? $title : config('meta.title') }}</title>
now double title is visible
Let me quickly check this. @polodev
Let me quickly check this. @polodev
Did you specify the default title in the meta.php config file? @polodev