Skip to content

Commit

Permalink
Update default imageUrl Link
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy Brauner authored Jun 21, 2022
1 parent 0678cf6 commit 9b0d2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/front/www/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
echo $template->render([
'title' => $meta['title'] ?? "app",
'description' => $meta['description'] ?? null,
'image' => $meta['openGraphImages'][0] ?? null,
'image' => $meta['imageUrl'] ?? null,
'canonical' => $meta['canonical'] ?? null,
'protocol' => $_ENV["PROTOCOL"] ?? "http",
'host' => $_ENV["HOST"] ?? null,
Expand Down

0 comments on commit 9b0d2ad

Please sign in to comment.