Skip to content

Commit c621fe7

Browse files
committed
fix: add open-graph tags to profile page
1 parent ecff758 commit c621fe7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/Http/Controllers/ProfileController.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ public function show(Request $request, User $user): Response
4444
],
4545
'presentations' => $presentations,
4646
'search' => $search,
47+
'meta' => [
48+
'title' => $user->name.'\'s Presentations',
49+
'description' => 'View '.$user->name.'\'s presentations on Simple Slides',
50+
],
4751
]);
4852
}
4953
}

0 commit comments

Comments
 (0)