Skip to content

Commit

Permalink
fix #90
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Möritz <[email protected]>
  • Loading branch information
tobimori authored Apr 10, 2024
1 parent 47020ee commit 05ac8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
return [
'page' => $model->slug(),
'url' => $model->url(),
'title' => $meta->title()->value(),
'title' => $meta->metaTitle()->value(),
'description' => $meta->metaDescription()->value(),
'ogSiteName' => $meta->ogSiteName()->value(),
'ogTitle' => $meta->ogTitle()->value(),
Expand Down

0 comments on commit 05ac8ab

Please sign in to comment.