Skip to content

Commit

Permalink
fix: twitter image meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Jan 25, 2024
1 parent 79aa91c commit 92fa73d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions resources/views/components/meta.edge
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<meta property="og:image" content="{{ image }}" />

{{-- Twitter --}}
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://package.adonisjs.com" />
<meta property="twitter:title" content="{{ title }}" />
<meta property="twitter:description" content="{{ description }}" />
<meta property="twitter:image" content="{{ image }}" />
<meta name="twitter:image" content="{{ image }}" />
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="boundary-msg-produced-lifestyle.trycloudflare.com">
<meta property="twitter:url" content="https://package.adonisjs.com">
<meta name="twitter:title" content="AdonisJS Packages">
<meta name="twitter:description" content="Discover our list of packages to supercharge your AdonisJS project. Created by the AdonisJS team and community.">
<meta name="twitter:image" content="{{ image }}">

0 comments on commit 92fa73d

Please sign in to comment.