Skip to content

Commit

Permalink
fix: update meta description
Browse files Browse the repository at this point in the history
  • Loading branch information
maazh10 committed Jun 27, 2024
1 parent 2f6ae33 commit 909d51d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
<link rel="icon" type="image/png" href="/stars.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="maaz h." />
<meta property="og:description" content="My personal portfolio website" />
<meta
property="og:description"
content="my personal portfolio website ✨"
/>
<meta
property="og:image"
content="https://i.ibb.co/PMkybzF/portfolio.png"
Expand Down
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function App() {
<Helmet>
<title>maaz h.</title>
<meta property="og:title" content="maaz h." />
<meta property="og:description" content="My personal portfolio website" />
<meta property="og:description" content="my personal portfolio website" />
<meta property="og:image" content="https://i.ibb.co/PMkybzF/portfolio.png" />
<meta property="og:url" content="https://maazh.tech" />
<meta property="og:type" content="website" />
Expand Down

0 comments on commit 909d51d

Please sign in to comment.