Skip to content

Commit

Permalink
Add the default OG image for the CV page
Browse files Browse the repository at this point in the history
  • Loading branch information
bugron committed Mar 11, 2024
1 parent ff1f5bf commit c107b46
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/cv.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ import { RESUME_DATA } from "../resume-data";
import "@fontsource/inter";
import "../components/cv/globals.css";
const ogImage = "https://melikyan.dev/og/default.png?v=1";
---

<meta property="og:image" content={ogImage} />
<meta property="twitter:image" content={ogImage} />
<meta name="author" content="Arsen Melikyan" />
<main
class="container relative mx-auto scroll-my-12 overflow-auto p-4 print:p-12 md:p-16"
>
Expand Down

0 comments on commit c107b46

Please sign in to comment.