Added few meta tags for the patch notes

This commit is contained in:
Miraak 2024-12-28 15:02:06 +01:00
parent c9a1ef5359
commit a3ca76c7f7

View File

@ -50,6 +50,8 @@ public function downloadLauncher()
public function patchNotes(): Factory|Application|View|\Illuminate\Contracts\Foundation\Application
{
static::setTitle('Deathgarden: Rebirth | Patch Notes');
CompView::share('metaKeywords', ['Deathgarden', 'Rebirth', 'patch', 'patchnnotes', 'patch notes']);
CompView::share('metaDescription', 'Stay up to date with all the changes, improvements, and updates in Deathgarden: Rebirth. Below is a complete archive of every patch since the mods release.');
return view('web.patch-notes');
}