Skip to content

Commit

Permalink
chore: add provisional og image
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Jun 5, 2024
1 parent 07541e3 commit d9ed618
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<meta property="og:type" content="website" />
<meta property="og:title" content="Pablo Hernández" />
<meta property="og:description" content="Building amazing things" />
<meta name="image" property="og:image" content="https://pheralb.dev/images/og.png" />
<meta name="image" property="og:image" content="https://pheralb.dev/images/readme_img_space.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:url" content="https://pheralb.dev" />
Expand All @@ -25,7 +25,7 @@
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Pablo Hernández" />
<meta name="twitter:description" content="Building amazing things" />
<meta name="twitter:image" content="https://pheralb.dev/images/og.png" />
<meta name="twitter:image" content="https://pheralb.dev/images/readme_img_space.png" />
<meta name="twitter:image:alt" content="Pablo Hernández" />
<meta name="twitter:creator" content="pheralb_" />

Expand Down

0 comments on commit d9ed618

Please sign in to comment.