Skip to content

Commit

Permalink
fix: try twitter og image with name
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Jan 25, 2024
1 parent d765529 commit 79aa91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/meta.edge
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
<meta property="twitter:title" content="{{ title }}" />
<meta property="twitter:description" content="{{ description }}" />
<meta property="twitter:image" content="{{ image }}" />
<meta property="twitter:image:src" content="{{ image }}" />
<meta name="twitter:image" content="{{ image }}" />

0 comments on commit 79aa91c

Please sign in to comment.